home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 1: Comms & Networking / Almathera Ten on Ten - Disc 1: Comms & Networking.iso / amiga-useful / perl / src / perly.tab.c < prev    next >
C/C++ Source or Header  |  1995-05-04  |  115KB  |  2,980 lines

  1.  
  2. /*  A Bison parser, made from perly.y  */
  3.  
  4. #define YYBISON 1  /* Identify Bison output.  */
  5.  
  6. #define    WORD    258
  7. #define    LABEL    259
  8. #define    APPEND    260
  9. #define    OPEN    261
  10. #define    SSELECT    262
  11. #define    LOOPEX    263
  12. #define    DOTDOT    264
  13. #define    USING    265
  14. #define    FORMAT    266
  15. #define    DO    267
  16. #define    SHIFT    268
  17. #define    PUSH    269
  18. #define    POP    270
  19. #define    LVALFUN    271
  20. #define    WHILE    272
  21. #define    UNTIL    273
  22. #define    IF    274
  23. #define    UNLESS    275
  24. #define    ELSE    276
  25. #define    ELSIF    277
  26. #define    CONTINUE    278
  27. #define    SPLIT    279
  28. #define    FLIST    280
  29. #define    FOR    281
  30. #define    FILOP    282
  31. #define    FILOP2    283
  32. #define    FILOP3    284
  33. #define    FILOP4    285
  34. #define    FILOP22    286
  35. #define    FILOP25    287
  36. #define    FUNC0    288
  37. #define    FUNC1    289
  38. #define    FUNC2    290
  39. #define    FUNC2x    291
  40. #define    FUNC3    292
  41. #define    FUNC4    293
  42. #define    FUNC5    294
  43. #define    HSHFUN    295
  44. #define    HSHFUN3    296
  45. #define    FLIST2    297
  46. #define    SUB    298
  47. #define    FILETEST    299
  48. #define    LOCAL    300
  49. #define    DELETE    301
  50. #define    RELOP    302
  51. #define    EQOP    303
  52. #define    MULOP    304
  53. #define    ADDOP    305
  54. #define    PACKAGE    306
  55. #define    AMPER    307
  56. #define    FORMLIST    308
  57. #define    REG    309
  58. #define    ARYLEN    310
  59. #define    ARY    311
  60. #define    HSH    312
  61. #define    STAR    313
  62. #define    SUBST    314
  63. #define    PATTERN    315
  64. #define    RSTRING    316
  65. #define    TRANS    317
  66. #define    LISTOP    318
  67. #define    OROR    319
  68. #define    ANDAND    320
  69. #define    UNIOP    321
  70. #define    LS    322
  71. #define    RS    323
  72. #define    MATCH    324
  73. #define    NMATCH    325
  74. #define    UMINUS    326
  75. #define    POW    327
  76. #define    INC    328
  77. #define    DEC    329
  78.  
  79. #line 36 "perly.y"
  80.  
  81. #include "INTERN.h"
  82. #include "perl.h"
  83.  
  84. /*SUPPRESS 530*/
  85. /*SUPPRESS 593*/
  86. /*SUPPRESS 595*/
  87.  
  88. STAB *scrstab;
  89. ARG *arg4;    /* rarely used arguments to make_op() */
  90. ARG *arg5;
  91.  
  92.  
  93. #line 52 "perly.y"
  94. typedef union {
  95.     int    ival;
  96.     char *cval;
  97.     ARG *arg;
  98.     CMD *cmdval;
  99.     struct compcmd compval;
  100.     STAB *stabval;
  101.     FCMD *formval;
  102. } YYSTYPE;
  103.  
  104. #ifndef YYLTYPE
  105. typedef
  106.   struct yyltype
  107.     {
  108.       int timestamp;
  109.       int first_line;
  110.       int first_column;
  111.       int last_line;
  112.       int last_column;
  113.       char *text;
  114.    }
  115.   yyltype;
  116.  
  117. #define YYLTYPE yyltype
  118. #endif
  119.  
  120. #include <stdio.h>
  121.  
  122. #ifndef __STDC__
  123. #define const
  124. #endif
  125.  
  126.  
  127.  
  128. #define    YYFINAL        423
  129. #define    YYFLAG        -32768
  130. #define    YYNTBASE    93
  131.  
  132. #define YYTRANSLATE(x) ((unsigned)(x) <= 329 ? yytranslate[x] : 122)
  133.  
  134. static const char yytranslate[] = {     0,
  135.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  136.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  137.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  138.      2,     2,    80,     2,     2,     2,     2,    74,     2,    86,
  139.      4,     2,    90,    66,    89,     2,     2,     2,     2,     2,
  140.      2,     2,     2,     2,     2,     2,     2,    69,    88,     2,
  141.     67,     2,    68,     2,     2,     2,     2,     2,     2,     2,
  142.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  143.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  144.     91,     2,    92,    73,     2,     2,     2,     2,     2,     2,
  145.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  146.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  147.      2,     2,     3,    72,    87,    81,     2,     2,     2,     2,
  148.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  149.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  150.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  151.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  152.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  153.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  154.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  155.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  156.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  157.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  158.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  159.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  160.      2,     2,     2,     2,     2,     1,     2,     5,     6,     7,
  161.      8,     9,    10,    11,    12,    13,    14,    15,    16,    17,
  162.     18,    19,    20,    21,    22,    23,    24,    25,    26,    27,
  163.     28,    29,    30,    31,    32,    33,    34,    35,    36,    37,
  164.     38,    39,    40,    41,    42,    43,    44,    45,    46,    47,
  165.     48,    49,    50,    51,    52,    53,    54,    55,    56,    57,
  166.     58,    59,    60,    61,    62,    63,    64,    65,    70,    71,
  167.     75,    76,    77,    78,    79,    82,    83,    84,    85
  168. };
  169.  
  170. static const short yyprhs[] = {     0,
  171.      0,     1,     4,     8,    11,    12,    15,    21,    26,    27,
  172.     28,    31,    33,    36,    38,    41,    45,    47,    49,    53,
  173.     57,    61,    65,    71,    77,    81,    85,    92,    99,   104,
  174.    109,   117,   124,   135,   138,   139,   141,   142,   144,   145,
  175.    147,   149,   151,   153,   158,   162,   166,   170,   173,   177,
  176.    179,   182,   186,   191,   196,   201,   206,   211,   216,   221,
  177.    226,   230,   234,   238,   242,   246,   250,   254,   258,   262,
  178.    266,   270,   274,   278,   284,   288,   292,   294,   297,   300,
  179.    303,   306,   309,   312,   315,   318,   321,   324,   326,   331,
  180.    335,   338,   341,   344,   346,   348,   353,   355,   357,   363,
  181.    370,   376,   381,   387,   394,   403,   405,   407,   409,   411,
  182.    413,   419,   425,   430,   435,   438,   444,   450,   455,   460,
  183.    463,   465,   468,   470,   473,   476,   478,   481,   486,   494,
  184.    497,   502,   508,   513,   516,   519,   523,   525,   531,   538,
  185.    545,   553,   563,   570,   573,   578,   581,   586,   588,   590,
  186.    597,   603,   608,   614,   619,   622,   624,   626,   630,   634,
  187.    639,   645,   651,   658,   665,   673,   682,   687,   690,   697,
  188.    699,   701,   703,   706,   709,   713,   717,   721,   723,   725,
  189.    727,   729,   731,   733,   736,   738
  190. };
  191.  
  192. static const short yyrhs[] = {    -1,
  193.     94,    99,     0,    97,    25,    97,     0,    97,    96,     0,
  194.      0,    23,    97,     0,    24,    86,   112,     4,    95,     0,
  195.      3,    98,    99,    87,     0,     0,     0,    99,   100,     0,
  196.    107,     0,   106,   102,     0,   103,     0,   106,    88,     0,
  197.    106,   101,    88,     0,     1,     0,   112,     0,   112,    21,
  198.    112,     0,   112,    22,   112,     0,   112,    19,   112,     0,
  199.    112,    20,   112,     0,    21,    86,   112,     4,    95,     0,
  200.     22,    86,   112,     4,    95,     0,    21,    97,    95,     0,
  201.     22,    97,    95,     0,   106,    19,    86,   105,     4,    95,
  202.      0,   106,    20,    86,   112,     4,    95,     0,   106,    19,
  203.     97,    95,     0,   106,    20,    97,    95,     0,   106,    28,
  204.     56,    86,   112,   120,    95,     0,   106,    28,    86,   112,
  205.    120,    95,     0,   106,    28,    86,   104,    88,   105,    88,
  206.    104,     4,    97,     0,   106,    95,     0,     0,   101,     0,
  207.      0,   112,     0,     0,     6,     0,   108,     0,   109,     0,
  208.    110,     0,    13,     5,    67,    55,     0,    13,    67,    55,
  209.      0,    45,     5,    97,     0,    53,     5,    88,     0,    66,
  210.    112,     0,   112,    66,   114,     0,   114,     0,    66,   114,
  211.      0,   114,    67,   114,     0,   114,    83,    67,   114,     0,
  212.    114,    51,    67,   114,     0,   114,    52,    67,   114,     0,
  213.    114,    76,    67,   114,     0,   114,    77,    67,   114,     0,
  214.    114,    74,    67,   114,     0,   114,    73,    67,   114,     0,
  215.    114,    72,    67,   114,     0,   114,    83,   114,     0,   114,
  216.     51,   114,     0,   114,    52,   114,     0,   114,    76,   114,
  217.      0,   114,    77,   114,     0,   114,    49,   114,     0,   114,
  218.     50,   114,     0,   114,    74,   114,     0,   114,    73,   114,
  219.      0,   114,    72,   114,     0,   114,    11,   114,     0,   114,
  220.     71,   114,     0,   114,    70,   114,     0,   114,    68,   114,
  221.     69,   114,     0,   114,    78,   114,     0,   114,    79,   114,
  222.      0,   115,     0,    89,   115,     0,    90,   115,     0,    80,
  223.    115,     0,    81,   115,     0,   115,    84,     0,   115,    85,
  224.      0,    84,   115,     0,    85,   115,     0,    46,     5,     0,
  225.     46,   114,     0,    46,     0,    47,    86,   112,   120,     0,
  226.     86,   112,   120,     0,    86,     4,     0,    14,   114,     0,
  227.     14,    97,     0,    56,     0,    60,     0,    56,    91,   112,
  228.     92,     0,    59,     0,    58,     0,    56,     3,   112,    88,
  229.     87,     0,    86,   112,   120,    91,   112,    92,     0,    86,
  230.      4,    91,   112,    92,     0,    58,    91,   112,    92,     0,
  231.     58,     3,   112,    88,    87,     0,    48,    56,     3,   112,
  232.     88,    87,     0,    48,    86,    56,     3,   112,    88,    87,
  233.      4,     0,    57,     0,    63,     0,    62,     0,    61,     0,
  234.     64,     0,    14,     5,    86,   112,   120,     0,    54,     5,
  235.     86,   112,   120,     0,    14,     5,    86,     4,     0,    54,
  236.      5,    86,     4,     0,    54,     5,     0,    14,    56,    86,
  237.    112,   120,     0,    54,    56,    86,   112,   120,     0,    14,
  238.     56,    86,     4,     0,    54,    56,    86,     4,     0,    54,
  239.     56,     0,    10,     0,    10,     5,     0,    75,     0,    75,
  240.     97,     0,    75,   114,     0,     9,     0,     9,     5,     0,
  241.      9,    86,   117,     4,     0,     9,    86,   114,   113,   113,
  242.    113,     4,     0,     8,     5,     0,     8,    86,     5,     4,
  243.      0,     8,    86,   117,   111,     4,     0,    29,    86,   117,
  244.      4,     0,    29,     5,     0,    29,    56,     0,    29,    86,
  245.      4,     0,    29,     0,    30,    86,   117,   111,     4,     0,
  246.     31,    86,   117,   113,   111,     4,     0,    33,    86,   117,
  247.     66,   117,     4,     0,    32,    86,   117,   113,   113,   111,
  248.      4,     0,    34,    86,   117,    66,   117,   113,   113,   111,
  249.      4,     0,    16,    86,   118,    66,   112,   120,     0,    17,
  250.    118,     0,    17,    86,   118,     4,     0,    15,   118,     0,
  251.     15,    86,   118,     4,     0,    15,     0,    26,     0,    26,
  252.     86,   114,   113,   113,     4,     0,    26,    86,   114,   113,
  253.      4,     0,    26,    86,   114,     4,     0,    44,    86,   114,
  254.    111,     4,     0,    27,    86,   112,   120,     0,    18,   114,
  255.      0,    18,     0,    35,     0,    35,    86,     4,     0,    36,
  256.     86,     4,     0,    36,    86,   112,     4,     0,    37,    86,
  257.    114,   111,     4,     0,    38,    86,   114,   113,     4,     0,
  258.     38,    86,   114,   113,   111,     4,     0,    39,    86,   114,
  259.    113,   111,     4,     0,    40,    86,   114,   113,   113,   111,
  260.      4,     0,    41,    86,   114,   113,   113,   113,   111,     4,
  261.      0,    42,    86,   119,     4,     0,    42,   119,     0,    43,
  262.     86,   119,   113,   111,     4,     0,   121,     0,   116,     0,
  263.     65,     0,    65,   112,     0,    65,     5,     0,    65,     5,
  264.    112,     0,    65,    56,   112,     0,    65,    97,   112,     0,
  265.      5,     0,   114,     0,     5,     0,    58,     0,     5,     0,
  266.     59,     0,    66,     4,     0,     4,     0,     5,     0
  267. };
  268.  
  269. #if YYDEBUG != 0
  270. static const short yyrline[] = { 0,
  271.    108,   116,   122,   124,   128,   130,   132,   137,   146,   150,
  272.    152,   156,   158,   160,   161,   171,   176,   178,   180,   183,
  273.    186,   189,   194,   197,   200,   203,   208,   212,   216,   220,
  274.    224,   263,   290,   297,   301,   303,   306,   308,   311,   313,
  275.    316,   318,   320,   324,   332,   336,   343,   364,   368,   370,
  276.    373,   377,   384,   386,   388,   390,   392,   394,   396,   398,
  277.    402,   404,   413,   415,   417,   419,   421,   423,   425,   427,
  278.    429,   433,   435,   437,   439,   441,   443,   447,   449,   451,
  279.    453,   455,   458,   461,   464,   467,   474,   477,   483,   487,
  280.    489,   491,   494,   496,   498,   500,   503,   507,   511,   517,
  281.    522,   527,   532,   538,   544,   550,   552,   554,   556,   558,
  282.    560,   566,   571,   578,   585,   592,   598,   603,   609,   614,
  283.    619,   621,   624,   626,   628,   630,   632,   638,   640,   643,
  284.    650,   657,   661,   665,   670,   674,   678,   681,   683,   685,
  285.    687,   689,   692,   697,   699,   701,   703,   705,   710,   720,
  286.    723,   726,   730,   735,   740,   743,   747,   749,   751,   753,
  287.    755,   759,   763,   767,   769,   772,   775,   780,   785,   787,
  288.    788,   791,   796,   801,   808,   813,   818,   825,   828,   831,
  289.    834,   838,   841,   845,   847,   856
  290. };
  291.  
  292. static const char * const yytname[] = {   "$","error","$illegal.","'{'","')'",
  293. "WORD","LABEL","APPEND","OPEN","SSELECT","LOOPEX","DOTDOT","USING","FORMAT",
  294. "DO","SHIFT","PUSH","POP","LVALFUN","WHILE","UNTIL","IF","UNLESS","ELSE","ELSIF",
  295. "CONTINUE","SPLIT","FLIST","FOR","FILOP","FILOP2","FILOP3","FILOP4","FILOP22",
  296. "FILOP25","FUNC0","FUNC1","FUNC2","FUNC2x","FUNC3","FUNC4","FUNC5","HSHFUN",
  297. "HSHFUN3","FLIST2","SUB","FILETEST","LOCAL","DELETE","RELOP","EQOP","MULOP",
  298. "ADDOP","PACKAGE","AMPER","FORMLIST","REG","ARYLEN","ARY","HSH","STAR","SUBST",
  299. "PATTERN","RSTRING","TRANS","LISTOP","','","'='","'?'","':'","OROR","ANDAND",
  300. "'|'","'^'","'&'","UNIOP","LS","RS","MATCH","NMATCH","'!'","'~'","UMINUS","POW",
  301. "INC","DEC","'('","'}'","';'","'-'","'+'","'['","']'","prog","@1","compblock",
  302. "else","block","remember","lineseq","line","sideff","cond","loop","nexpr","texpr",
  303. "label","decl","format","subrout","package","cexpr","expr","csexpr","sexpr",
  304. "term","listop","handle","aryword","hshword","crp","bareword",""
  305. };
  306. #endif
  307.  
  308. static const short yyr1[] = {     0,
  309.     94,    93,    95,    95,    96,    96,    96,    97,    98,    99,
  310.     99,   100,   100,   100,   100,   100,   101,   101,   101,   101,
  311.    101,   101,   102,   102,   102,   102,   103,   103,   103,   103,
  312.    103,   103,   103,   103,   104,   104,   105,   105,   106,   106,
  313.    107,   107,   107,   108,   108,   109,   110,   111,   112,   112,
  314.    113,   114,   114,   114,   114,   114,   114,   114,   114,   114,
  315.    114,   114,   114,   114,   114,   114,   114,   114,   114,   114,
  316.    114,   114,   114,   114,   114,   114,   114,   115,   115,   115,
  317.    115,   115,   115,   115,   115,   115,   115,   115,   115,   115,
  318.    115,   115,   115,   115,   115,   115,   115,   115,   115,   115,
  319.    115,   115,   115,   115,   115,   115,   115,   115,   115,   115,
  320.    115,   115,   115,   115,   115,   115,   115,   115,   115,   115,
  321.    115,   115,   115,   115,   115,   115,   115,   115,   115,   115,
  322.    115,   115,   115,   115,   115,   115,   115,   115,   115,   115,
  323.    115,   115,   115,   115,   115,   115,   115,   115,   115,   115,
  324.    115,   115,   115,   115,   115,   115,   115,   115,   115,   115,
  325.    115,   115,   115,   115,   115,   115,   115,   115,   115,   115,
  326.    115,   116,   116,   116,   116,   116,   116,   117,   117,   118,
  327.    118,   119,   119,   120,   120,   121
  328. };
  329.  
  330. static const short yyr2[] = {     0,
  331.      0,     2,     3,     2,     0,     2,     5,     4,     0,     0,
  332.      2,     1,     2,     1,     2,     3,     1,     1,     3,     3,
  333.      3,     3,     5,     5,     3,     3,     6,     6,     4,     4,
  334.      7,     6,    10,     2,     0,     1,     0,     1,     0,     1,
  335.      1,     1,     1,     4,     3,     3,     3,     2,     3,     1,
  336.      2,     3,     4,     4,     4,     4,     4,     4,     4,     4,
  337.      3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
  338.      3,     3,     3,     5,     3,     3,     1,     2,     2,     2,
  339.      2,     2,     2,     2,     2,     2,     2,     1,     4,     3,
  340.      2,     2,     2,     1,     1,     4,     1,     1,     5,     6,
  341.      5,     4,     5,     6,     8,     1,     1,     1,     1,     1,
  342.      5,     5,     4,     4,     2,     5,     5,     4,     4,     2,
  343.      1,     2,     1,     2,     2,     1,     2,     4,     7,     2,
  344.      4,     5,     4,     2,     2,     3,     1,     5,     6,     6,
  345.      7,     9,     6,     2,     4,     2,     4,     1,     1,     6,
  346.      5,     4,     5,     4,     2,     1,     1,     3,     3,     4,
  347.      5,     5,     6,     6,     7,     8,     4,     2,     6,     1,
  348.      1,     1,     2,     2,     3,     3,     3,     1,     1,     1,
  349.      1,     1,     1,     2,     1,     1
  350. };
  351.  
  352. static const short yydefact[] = {     1,
  353.     10,    39,    40,     0,     0,     0,    11,    14,     0,    12,
  354.     41,    42,    43,     0,     0,     0,     0,    17,     9,   186,
  355.      0,   126,   121,     0,   148,     0,     0,   156,     0,     0,
  356.      0,     0,   149,     0,     0,   137,     0,     0,     0,     0,
  357.      0,   157,     0,     0,     0,     0,     0,     0,     0,     0,
  358.      0,    88,     0,     0,     0,    94,   106,    98,    97,    95,
  359.    109,   108,   107,   110,   172,   123,     0,     0,     0,     0,
  360.      0,    15,     0,     0,    34,     5,     0,    13,    18,    50,
  361.     77,   171,   170,     0,    45,    46,    47,    10,   130,     0,
  362.    127,     0,   122,   186,    94,    93,    92,   180,   181,     0,
  363.    146,     0,     0,   144,   155,    37,     0,     0,     0,     0,
  364.      0,     0,     0,     0,     0,     0,     0,   134,   135,     0,
  365.      0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  366.      0,     0,   182,   183,     0,   168,     0,     0,    86,    87,
  367.      0,     0,     0,   115,   120,     0,     0,     0,     0,   174,
  368.     94,     0,   173,   124,   125,    80,    81,    84,    85,    91,
  369.      0,    78,    79,     0,     0,     0,     4,    16,     0,     0,
  370.      0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  371.      0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  372.     82,    83,    44,    39,   186,   179,     0,   186,   179,     0,
  373.      0,     0,     0,     0,     0,     0,    38,    29,     0,    30,
  374.      0,    25,     0,    26,     0,     0,     0,    36,     0,    18,
  375.    136,     0,     0,     0,     0,     0,     0,   158,   159,     0,
  376.      0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  377.      0,     0,     0,     0,     0,     0,     0,   175,   176,   177,
  378.      0,   185,     0,    90,     6,     0,     3,    21,    22,    19,
  379.     20,    49,    71,    66,    67,     0,    62,     0,    63,    52,
  380.      0,    73,    72,     0,    70,     0,    69,     0,    68,     0,
  381.     64,     0,    65,    75,    76,     0,    61,     8,   131,     0,
  382.      0,     0,     0,   128,   113,     0,   118,     0,   147,     0,
  383.    145,     0,     0,     0,     0,   152,     0,   154,     0,    37,
  384.      0,   133,     0,     0,     0,     0,     0,   160,     0,     0,
  385.      0,     0,     0,   167,     0,     0,    89,     0,     0,   114,
  386.      0,   119,     0,     0,    96,     0,   102,     0,   184,     0,
  387.      0,    54,    55,     0,    60,    59,    58,    56,    57,    53,
  388.     48,   132,    51,     0,   111,   116,     0,    27,    28,    23,
  389.     24,   151,     0,     0,     0,    32,   138,     0,     0,     0,
  390.      0,   161,   162,     0,     0,     0,     0,     0,   153,     0,
  391.      0,   112,   117,    99,   103,   101,     0,     0,    74,     0,
  392.    143,   150,    31,     0,   139,     0,   140,     0,   163,   164,
  393.      0,     0,   169,   104,     0,   100,     7,   129,     0,   141,
  394.      0,   165,     0,     0,     0,     0,   166,   105,    33,   142,
  395.      0,     0,     0
  396. };
  397.  
  398. static const short yydefgoto[] = {   421,
  399.      1,    75,   167,    76,    88,     2,     7,   218,    78,     8,
  400.    219,   206,     9,    10,    11,    12,    13,   291,    79,   293,
  401.     80,    81,    82,   197,   101,   136,   254,    83
  402. };
  403.  
  404. static const short yypact[] = {-32768,
  405. -32768,   133,-32768,    15,    48,    81,-32768,-32768,   438,-32768,
  406. -32768,-32768,-32768,   -45,    42,    23,   -49,-32768,-32768,-32768,
  407.     37,    40,   109,   791,    33,    45,    55,  2378,     1,     7,
  408.      9,    34,    91,    98,   -29,    38,   122,   138,   146,   151,
  409.    152,   153,   154,   155,   157,   159,   161,   162,    56,   164,
  410.    165,  2461,   167,   -27,    13,    14,-32768,    21,-32768,-32768,
  411. -32768,-32768,-32768,-32768,   879,   967,  2378,  2378,  2378,  2378,
  412.   1050,-32768,  2378,  2378,-32768,    39,   102,-32768,   201,  2753,
  413.     60,-32768,-32768,   200,-32768,-32768,-32768,-32768,-32768,  2544,
  414. -32768,  2627,-32768,   171,    -2,-32768,   469,-32768,-32768,   127,
  415. -32768,   127,   127,-32768,-32768,  2378,    23,  2378,    23,  2378,
  416.     23,  2378,    23,  2378,  2378,   173,   524,-32768,-32768,  1133,
  417.   2627,  2627,  2627,  2627,  2627,   213,  1216,  2378,  2378,  2378,
  418.   2378,  2378,-32768,-32768,    20,-32768,    20,  2378,-32768,   469,
  419.   2378,   258,   207,   182,   183,  2378,  2378,  2378,  2378,  2378,
  420.    702,  2378,   206,-32768,   469,    60,    60,   104,   104,   185,
  421.     17,    60,    60,    23,   187,    23,-32768,-32768,  2378,  2378,
  422.   2378,  2378,  2378,  2378,  2378,  2378,  1714,  1797,  2378,  2378,
  423.   2378,  2378,  1880,  1963,  2046,  2129,  2212,  2378,  2378,  2295,
  424. -32768,-32768,-32768,    35,    19,  2753,   208,    24,  2669,   273,
  425.   1299,  1382,   275,   219,   283,   284,   206,-32768,    51,-32768,
  426.     71,-32768,    72,-32768,   267,    17,  2378,-32768,   203,    52,
  427. -32768,   288,   208,   227,   227,   230,   235,-32768,-32768,    74,
  428.   2704,  2669,  2669,  2669,  2669,   299,   227,  2704,    17,  2378,
  429.    302,  1465,  1548,   116,   -26,   130,    83,   206,   206,   206,
  430.   2378,-32768,  1631,   217,-32768,  2378,-32768,   206,   206,   206,
  431.    206,  2753,   351,  2839,  2717,  2378,   147,  2378,   -32,  2753,
  432.   2739,   334,  2796,  2378,  2648,  2378,  2648,  2378,  2831,  2378,
  433.    231,  2378,   231,   228,   228,  2378,   228,-32768,-32768,  2378,
  434.    308,  2378,   227,-32768,-32768,    17,-32768,    17,-32768,  2378,
  435. -32768,    23,    23,    23,    23,-32768,    77,-32768,    17,  2378,
  436.     23,-32768,   309,   208,   227,  2627,  2627,-32768,   317,   117,
  437.    208,   227,   227,-32768,   208,   323,-32768,   131,  2378,-32768,
  438.     17,-32768,    17,   241,-32768,   244,-32768,   107,-32768,  2378,
  439.    126,  2753,  2753,  2378,  2753,  2753,  2753,  2753,  2753,  2753,
  440.    206,-32768,  2753,   227,-32768,-32768,    17,-32768,-32768,-32768,
  441. -32768,-32768,   328,    23,   248,-32768,-32768,   338,   208,   343,
  442.    227,-32768,-32768,   344,   345,   208,   227,   347,-32768,   265,
  443.    141,-32768,-32768,-32768,-32768,-32768,   114,    23,  2788,   349,
  444. -32768,-32768,-32768,   614,-32768,   352,-32768,   227,-32768,-32768,
  445.    353,   208,-32768,-32768,   268,-32768,-32768,-32768,   355,-32768,
  446.    208,-32768,   356,   357,    23,   359,-32768,-32768,-32768,-32768,
  447.    365,   366,-32768
  448. };
  449.  
  450. static const short yypgoto[] = {-32768,
  451. -32768,  -102,-32768,   -16,-32768,   279,-32768,   360,-32768,-32768,
  452.    -24,    58,-32768,-32768,-32768,-32768,-32768,  -127,    64,    65,
  453.    -22,   256,-32768,   -89,    25,   -70,  -162,-32768
  454. };
  455.  
  456.  
  457. #define    YYLAST        2922
  458.  
  459.  
  460. static const short yytable[] = {    86,
  461.    146,    97,   200,    19,   208,   105,   210,    96,   212,    19,
  462.    214,    19,   107,   109,   111,   113,   146,   144,   177,    14,
  463.    252,    84,   289,   148,   133,    19,   116,  -178,   142,   140,
  464.    222,   223,   224,   225,   226,   227,    19,    98,    87,   173,
  465.      3,    89,   118,   155,    91,   188,   189,     4,   152,   154,
  466.    190,   104,    16,   308,   303,   252,   117,   311,   143,    98,
  467.    133,   164,   165,   166,   236,   335,   237,   196,   145,   199,
  468.    169,   170,   171,   172,   304,   305,   327,   318,   134,     5,
  469.    362,    15,   253,   202,  -178,    17,   106,     6,   147,  -178,
  470.     99,   215,   108,   119,   110,   313,    85,   196,   196,   196,
  471.    196,   196,   196,   319,   147,   231,   232,   233,   234,   235,
  472.    326,   149,    99,    93,   134,   238,   173,   253,   100,   112,
  473.    373,   288,    90,   120,   203,    92,   204,   205,   153,   388,
  474.    102,    98,    -2,   355,   161,   356,   173,   173,     3,   173,
  475.    103,   135,   292,   191,   192,     4,   364,   255,   173,   257,
  476.    262,   263,   264,   265,   267,   269,   270,   271,   272,   273,
  477.    275,   277,   279,   281,   283,   284,   285,   287,   382,   207,
  478.    383,   209,   173,   211,   337,   213,   114,     5,   216,   173,
  479.    220,   173,   290,   115,    99,     6,   368,-32768,-32768,   168,
  480.    230,   173,   374,   375,   391,   173,   173,   378,   386,   358,
  481.    359,   360,   361,   334,   239,   406,   173,   121,   366,   244,
  482.    245,   246,   247,   248,   249,   250,   228,   336,   380,   169,
  483.    170,   171,   172,   122,   188,   189,   370,   371,   405,   190,
  484.    262,   123,   258,   259,   260,   261,   124,   125,   126,   127,
  485.    128,   396,   129,   342,   130,   343,   131,   132,   401,   137,
  486.    138,   345,   141,   346,   193,   347,   201,   348,   217,   349,
  487.    240,   393,   241,   350,   296,   298,   173,   242,   243,   353,
  488.    306,   173,   256,   290,   413,   251,   294,   174,   299,   307,
  489.    309,   177,   178,   416,   300,   407,   301,   302,   314,   315,
  490.    310,   312,   292,   196,   196,   316,   320,   321,   322,   323,
  491.    317,   325,   324,   328,   329,   331,   333,   340,   188,   189,
  492.    190,   352,   367,   190,   338,   175,   176,   177,   178,   341,
  493.    372,   389,   156,   157,   158,   159,   379,   384,   162,   163,
  494.    385,   392,   292,   179,   180,   394,   181,   182,   183,   184,
  495.    185,   395,   186,   187,   188,   189,   397,   399,   400,   190,
  496.    403,   404,   408,   351,   414,   410,   412,   354,   415,   417,
  497.    418,-32768,   420,   357,   422,   423,   194,   365,    77,   409,
  498.      0,   363,     0,   207,     0,     0,     0,     0,     0,   369,
  499.      0,     0,   175,   176,   177,   178,   376,   377,     0,     0,
  500.      0,     0,   381,     0,     0,     0,     0,     0,   419,   175,
  501.    176,   177,   178,   387,   182,   183,   184,   185,     0,   186,
  502.    187,   188,   189,     0,     0,     0,   190,     0,   390,     0,
  503.    181,   182,   183,   184,   185,     0,   186,   187,   188,   189,
  504.      0,     0,     0,   190,     0,   398,     0,     0,    18,     0,
  505.     19,   402,    20,     0,     0,    21,    22,    23,     0,     0,
  506.      0,    24,    25,    26,    27,    28,    29,    30,    31,    32,
  507.      0,     0,   411,    33,    34,    35,    36,    37,    38,    39,
  508.     40,    41,    42,    43,    44,    45,    46,    47,    48,    49,
  509.     50,    51,     0,    52,    53,    54,     0,     0,     0,     0,
  510.      0,    55,     0,    56,    57,    58,    59,    60,    61,    62,
  511.     63,    64,    65,     0,     0,     0,     0,     0,     0,     0,
  512.      0,     0,    66,     0,     0,     0,     0,    67,    68,   177,
  513.    178,    69,    70,    71,    18,    72,    73,    74,    20,     0,
  514.      0,    21,    22,    23,     0,     0,     0,    24,    25,    26,
  515.     27,    28,     0,     0,   186,   187,   188,   189,     0,    33,
  516.     34,   190,    36,    37,    38,    39,    40,    41,    42,    43,
  517.     44,    45,    46,    47,    48,    49,    50,    51,     0,    52,
  518.     53,    54,     0,     0,     0,     0,     0,    55,     0,    56,
  519.     57,    58,    59,    60,    61,    62,    63,    64,    65,     0,
  520.      0,     0,     0,     0,     0,     0,     0,     0,    66,     0,
  521.      0,     0,     0,    67,    68,     0,     0,    69,    70,    71,
  522.      0,   -35,    73,    74,    18,     0,     0,   -35,    20,     0,
  523.      0,    21,    22,    23,     0,     0,     0,    24,    25,    26,
  524.     27,    28,     0,     0,     0,     0,     0,     0,     0,    33,
  525.     34,     0,    36,    37,    38,    39,    40,    41,    42,    43,
  526.     44,    45,    46,    47,    48,    49,    50,    51,     0,    52,
  527.     53,    54,     0,     0,     0,     0,     0,    55,     0,    56,
  528.     57,    58,    59,    60,    61,    62,    63,    64,    65,     0,
  529.      0,     0,     0,     0,     0,     0,     0,     0,    66,     0,
  530.      0,     0,     0,    67,    68,     0,     0,    69,    70,    71,
  531.      0,     0,    73,    74,   146,     0,    20,     0,     0,    21,
  532.     22,    23,     0,     0,     0,    24,    25,    26,    27,    28,
  533.      0,     0,     0,     0,     0,     0,     0,    33,    34,     0,
  534.     36,    37,    38,    39,    40,    41,    42,    43,    44,    45,
  535.     46,    47,    48,    49,    50,    51,     0,    52,    53,    54,
  536.      0,     0,     0,     0,     0,    55,     0,    56,    57,    58,
  537.     59,    60,    61,    62,    63,    64,    65,     0,     0,     0,
  538.      0,     0,     0,     0,     0,     0,    66,     0,     0,     0,
  539.      0,    67,    68,     0,     0,     0,     0,    71,     0,     0,
  540.     73,    74,   147,    19,     0,    94,     0,     0,    21,    22,
  541.     23,     0,     0,     0,    24,    25,    26,    27,    28,     0,
  542.      0,     0,     0,     0,     0,     0,    33,    34,     0,    36,
  543.     37,    38,    39,    40,    41,    42,    43,    44,    45,    46,
  544.     47,    48,    49,    50,    51,     0,    52,    53,    54,     0,
  545.      0,     0,     0,     0,    55,     0,    95,    57,    58,    59,
  546.     60,    61,    62,    63,    64,    65,     0,     0,     0,     0,
  547.      0,     0,     0,     0,     0,    66,     0,     0,     0,     0,
  548.     67,    68,     0,     0,    69,    70,    71,     0,     0,    73,
  549.     74,    19,     0,   150,     0,     0,    21,    22,    23,     0,
  550.      0,     0,    24,    25,    26,    27,    28,     0,     0,     0,
  551.      0,     0,     0,     0,    33,    34,     0,    36,    37,    38,
  552.     39,    40,    41,    42,    43,    44,    45,    46,    47,    48,
  553.     49,    50,    51,     0,    52,    53,    54,     0,     0,     0,
  554.      0,     0,    55,     0,   151,    57,    58,    59,    60,    61,
  555.     62,    63,    64,    65,     0,     0,     0,     0,     0,     0,
  556.      0,     0,     0,    66,     0,     0,     0,     0,    67,    68,
  557.      0,     0,    69,    70,    71,     0,     0,    73,    74,    19,
  558.      0,    20,     0,     0,    21,    22,    23,     0,     0,     0,
  559.     24,    25,    26,    27,    28,     0,     0,     0,     0,     0,
  560.      0,     0,    33,    34,     0,    36,    37,    38,    39,    40,
  561.     41,    42,    43,    44,    45,    46,    47,    48,    49,    50,
  562.     51,     0,    52,    53,    54,     0,     0,     0,     0,     0,
  563.     55,     0,    56,    57,    58,    59,    60,    61,    62,    63,
  564.     64,    65,     0,     0,     0,     0,     0,     0,     0,     0,
  565.      0,    66,     0,     0,     0,     0,    67,    68,     0,     0,
  566.     69,    70,    71,   160,    20,    73,    74,    21,    22,    23,
  567.      0,     0,     0,    24,    25,    26,    27,    28,     0,     0,
  568.      0,     0,     0,     0,     0,    33,    34,     0,    36,    37,
  569.     38,    39,    40,    41,    42,    43,    44,    45,    46,    47,
  570.     48,    49,    50,    51,     0,    52,    53,    54,     0,     0,
  571.      0,     0,     0,    55,     0,    56,    57,    58,    59,    60,
  572.     61,    62,    63,    64,    65,     0,     0,     0,     0,     0,
  573.      0,     0,     0,     0,    66,     0,     0,     0,     0,    67,
  574.     68,     0,     0,    69,    70,    71,   221,   198,    73,    74,
  575.     21,    22,    23,     0,     0,     0,    24,    25,    26,    27,
  576.     28,     0,     0,     0,     0,     0,     0,     0,    33,    34,
  577.      0,    36,    37,    38,    39,    40,    41,    42,    43,    44,
  578.     45,    46,    47,    48,    49,    50,    51,     0,    52,    53,
  579.     54,     0,     0,     0,     0,     0,    55,     0,    56,    57,
  580.     58,    59,    60,    61,    62,    63,    64,    65,     0,     0,
  581.      0,     0,     0,     0,     0,     0,     0,    66,     0,     0,
  582.      0,     0,    67,    68,     0,     0,    69,    70,    71,   229,
  583.     20,    73,    74,    21,    22,    23,     0,     0,     0,    24,
  584.     25,    26,    27,    28,     0,     0,     0,     0,     0,     0,
  585.      0,    33,    34,     0,    36,    37,    38,    39,    40,    41,
  586.     42,    43,    44,    45,    46,    47,    48,    49,    50,    51,
  587.      0,    52,    53,    54,     0,     0,     0,     0,     0,    55,
  588.      0,    56,    57,    58,    59,    60,    61,    62,    63,    64,
  589.     65,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  590.     66,     0,     0,     0,     0,    67,    68,     0,     0,    69,
  591.     70,    71,   295,    20,    73,    74,    21,    22,    23,     0,
  592.      0,     0,    24,    25,    26,    27,    28,     0,     0,     0,
  593.      0,     0,     0,     0,    33,    34,     0,    36,    37,    38,
  594.     39,    40,    41,    42,    43,    44,    45,    46,    47,    48,
  595.     49,    50,    51,     0,    52,    53,    54,     0,     0,     0,
  596.      0,     0,    55,     0,    56,    57,    58,    59,    60,    61,
  597.     62,    63,    64,    65,     0,     0,     0,     0,     0,     0,
  598.      0,     0,     0,    66,     0,     0,     0,     0,    67,    68,
  599.      0,     0,    69,    70,    71,   297,    20,    73,    74,    21,
  600.     22,    23,     0,     0,     0,    24,    25,    26,    27,    28,
  601.      0,     0,     0,     0,     0,     0,     0,    33,    34,     0,
  602.     36,    37,    38,    39,    40,    41,    42,    43,    44,    45,
  603.     46,    47,    48,    49,    50,    51,     0,    52,    53,    54,
  604.      0,     0,     0,     0,     0,    55,     0,    56,    57,    58,
  605.     59,    60,    61,    62,    63,    64,    65,     0,     0,     0,
  606.      0,     0,     0,     0,     0,     0,    66,     0,     0,     0,
  607.      0,    67,    68,     0,     0,    69,    70,    71,   330,    20,
  608.     73,    74,    21,    22,    23,     0,     0,     0,    24,    25,
  609.     26,    27,    28,     0,     0,     0,     0,     0,     0,     0,
  610.     33,    34,     0,    36,    37,    38,    39,    40,    41,    42,
  611.     43,    44,    45,    46,    47,    48,    49,    50,    51,     0,
  612.     52,    53,    54,     0,     0,     0,     0,     0,    55,     0,
  613.     56,    57,    58,    59,    60,    61,    62,    63,    64,    65,
  614.      0,     0,     0,     0,     0,     0,     0,     0,     0,    66,
  615.      0,     0,     0,     0,    67,    68,     0,     0,    69,    70,
  616.     71,   332,    20,    73,    74,    21,    22,    23,     0,     0,
  617.      0,    24,    25,    26,    27,    28,     0,     0,     0,     0,
  618.      0,     0,     0,    33,    34,     0,    36,    37,    38,    39,
  619.     40,    41,    42,    43,    44,    45,    46,    47,    48,    49,
  620.     50,    51,     0,    52,    53,    54,     0,     0,     0,     0,
  621.      0,    55,     0,    56,    57,    58,    59,    60,    61,    62,
  622.     63,    64,    65,     0,     0,     0,     0,     0,     0,     0,
  623.      0,     0,    66,     0,     0,     0,     0,    67,    68,     0,
  624.      0,    69,    70,    71,   339,    20,    73,    74,    21,    22,
  625.     23,     0,     0,     0,    24,    25,    26,    27,    28,     0,
  626.      0,     0,     0,     0,     0,     0,    33,    34,     0,    36,
  627.     37,    38,    39,    40,    41,    42,    43,    44,    45,    46,
  628.     47,    48,    49,    50,    51,     0,    52,    53,    54,     0,
  629.      0,     0,     0,     0,    55,     0,    56,    57,    58,    59,
  630.     60,    61,    62,    63,    64,    65,     0,     0,     0,     0,
  631.      0,     0,     0,     0,     0,    66,     0,     0,     0,     0,
  632.     67,    68,     0,     0,    69,    70,    71,     0,    20,    73,
  633.     74,    21,    22,    23,     0,     0,     0,    24,    25,    26,
  634.     27,    28,     0,     0,     0,     0,     0,     0,     0,    33,
  635.     34,     0,    36,    37,    38,    39,    40,    41,    42,    43,
  636.     44,    45,    46,    47,    48,    49,    50,    51,     0,    52,
  637.     53,    54,     0,     0,     0,     0,     0,    55,     0,    56,
  638.     57,    58,    59,    60,    61,    62,    63,    64,    65,     0,
  639.    266,     0,     0,     0,     0,     0,     0,     0,    66,     0,
  640.      0,     0,     0,    67,    68,     0,     0,    69,    70,    71,
  641.      0,    20,    73,    74,    21,    22,    23,     0,     0,     0,
  642.     24,    25,    26,    27,    28,     0,     0,     0,     0,     0,
  643.      0,     0,    33,    34,     0,    36,    37,    38,    39,    40,
  644.     41,    42,    43,    44,    45,    46,    47,    48,    49,    50,
  645.     51,     0,    52,    53,    54,     0,     0,     0,     0,     0,
  646.     55,     0,    56,    57,    58,    59,    60,    61,    62,    63,
  647.     64,    65,     0,   268,     0,     0,     0,     0,     0,     0,
  648.      0,    66,     0,     0,     0,     0,    67,    68,     0,     0,
  649.     69,    70,    71,     0,    20,    73,    74,    21,    22,    23,
  650.      0,     0,     0,    24,    25,    26,    27,    28,     0,     0,
  651.      0,     0,     0,     0,     0,    33,    34,     0,    36,    37,
  652.     38,    39,    40,    41,    42,    43,    44,    45,    46,    47,
  653.     48,    49,    50,    51,     0,    52,    53,    54,     0,     0,
  654.      0,     0,     0,    55,     0,    56,    57,    58,    59,    60,
  655.     61,    62,    63,    64,    65,     0,   274,     0,     0,     0,
  656.      0,     0,     0,     0,    66,     0,     0,     0,     0,    67,
  657.     68,     0,     0,    69,    70,    71,     0,    20,    73,    74,
  658.     21,    22,    23,     0,     0,     0,    24,    25,    26,    27,
  659.     28,     0,     0,     0,     0,     0,     0,     0,    33,    34,
  660.      0,    36,    37,    38,    39,    40,    41,    42,    43,    44,
  661.     45,    46,    47,    48,    49,    50,    51,     0,    52,    53,
  662.     54,     0,     0,     0,     0,     0,    55,     0,    56,    57,
  663.     58,    59,    60,    61,    62,    63,    64,    65,     0,   276,
  664.      0,     0,     0,     0,     0,     0,     0,    66,     0,     0,
  665.      0,     0,    67,    68,     0,     0,    69,    70,    71,     0,
  666.     20,    73,    74,    21,    22,    23,     0,     0,     0,    24,
  667.     25,    26,    27,    28,     0,     0,     0,     0,     0,     0,
  668.      0,    33,    34,     0,    36,    37,    38,    39,    40,    41,
  669.     42,    43,    44,    45,    46,    47,    48,    49,    50,    51,
  670.      0,    52,    53,    54,     0,     0,     0,     0,     0,    55,
  671.      0,    56,    57,    58,    59,    60,    61,    62,    63,    64,
  672.     65,     0,   278,     0,     0,     0,     0,     0,     0,     0,
  673.     66,     0,     0,     0,     0,    67,    68,     0,     0,    69,
  674.     70,    71,     0,    20,    73,    74,    21,    22,    23,     0,
  675.      0,     0,    24,    25,    26,    27,    28,     0,     0,     0,
  676.      0,     0,     0,     0,    33,    34,     0,    36,    37,    38,
  677.     39,    40,    41,    42,    43,    44,    45,    46,    47,    48,
  678.     49,    50,    51,     0,    52,    53,    54,     0,     0,     0,
  679.      0,     0,    55,     0,    56,    57,    58,    59,    60,    61,
  680.     62,    63,    64,    65,     0,   280,     0,     0,     0,     0,
  681.      0,     0,     0,    66,     0,     0,     0,     0,    67,    68,
  682.      0,     0,    69,    70,    71,     0,    20,    73,    74,    21,
  683.     22,    23,     0,     0,     0,    24,    25,    26,    27,    28,
  684.      0,     0,     0,     0,     0,     0,     0,    33,    34,     0,
  685.     36,    37,    38,    39,    40,    41,    42,    43,    44,    45,
  686.     46,    47,    48,    49,    50,    51,     0,    52,    53,    54,
  687.      0,     0,     0,     0,     0,    55,     0,    56,    57,    58,
  688.     59,    60,    61,    62,    63,    64,    65,     0,   282,     0,
  689.      0,     0,     0,     0,     0,     0,    66,     0,     0,     0,
  690.      0,    67,    68,     0,     0,    69,    70,    71,     0,    20,
  691.     73,    74,    21,    22,    23,     0,     0,     0,    24,    25,
  692.     26,    27,    28,     0,     0,     0,     0,     0,     0,     0,
  693.     33,    34,     0,    36,    37,    38,    39,    40,    41,    42,
  694.     43,    44,    45,    46,    47,    48,    49,    50,    51,     0,
  695.     52,    53,    54,     0,     0,     0,     0,     0,    55,     0,
  696.     56,    57,    58,    59,    60,    61,    62,    63,    64,    65,
  697.      0,   286,     0,     0,     0,     0,     0,     0,     0,    66,
  698.      0,     0,     0,     0,    67,    68,     0,     0,    69,    70,
  699.     71,     0,    20,    73,    74,    21,    22,    23,     0,     0,
  700.      0,    24,    25,    26,    27,    28,     0,     0,     0,     0,
  701.      0,     0,     0,    33,    34,     0,    36,    37,    38,    39,
  702.     40,    41,    42,    43,    44,    45,    46,    47,    48,    49,
  703.     50,    51,     0,    52,    53,    54,     0,     0,     0,     0,
  704.      0,    55,     0,    56,    57,    58,    59,    60,    61,    62,
  705.     63,    64,    65,     0,     0,     0,     0,     0,     0,     0,
  706.      0,     0,    66,     0,     0,     0,     0,    67,    68,     0,
  707.      0,    69,    70,    71,     0,   139,    73,    74,    21,    22,
  708.     23,     0,     0,     0,    24,    25,    26,    27,    28,     0,
  709.      0,     0,     0,     0,     0,     0,    33,    34,     0,    36,
  710.     37,    38,    39,    40,    41,    42,    43,    44,    45,    46,
  711.     47,    48,    49,    50,    51,     0,    52,    53,    54,     0,
  712.      0,     0,     0,     0,    55,     0,    56,    57,    58,    59,
  713.     60,    61,    62,    63,    64,    65,     0,     0,     0,     0,
  714.      0,     0,     0,     0,     0,    66,     0,     0,     0,     0,
  715.     67,    68,     0,     0,    69,    70,    71,     0,   195,    73,
  716.     74,    21,    22,    23,     0,     0,     0,    24,    25,    26,
  717.     27,    28,     0,     0,     0,     0,     0,     0,     0,    33,
  718.     34,     0,    36,    37,    38,    39,    40,    41,    42,    43,
  719.     44,    45,    46,    47,    48,    49,    50,    51,     0,    52,
  720.     53,    54,     0,     0,     0,     0,     0,    55,     0,    56,
  721.     57,    58,    59,    60,    61,    62,    63,    64,    65,     0,
  722.      0,     0,     0,     0,     0,     0,     0,     0,    66,     0,
  723.      0,     0,     0,    67,    68,     0,     0,    69,    70,    71,
  724.      0,   198,    73,    74,    21,    22,    23,     0,     0,     0,
  725.     24,    25,    26,    27,    28,     0,     0,     0,     0,     0,
  726.      0,     0,    33,    34,     0,    36,    37,    38,    39,    40,
  727.     41,    42,    43,    44,    45,    46,    47,    48,    49,    50,
  728.     51,     0,    52,    53,    54,     0,     0,     0,     0,   174,
  729.     55,     0,    56,    57,    58,    59,    60,    61,    62,    63,
  730.     64,    65,     0,     0,     0,     0,   175,   176,   177,   178,
  731.      0,    66,     0,     0,     0,     0,    67,    68,     0,     0,
  732.     69,    70,    71,     0,   174,    73,    74,   175,   176,   177,
  733.    178,   185,     0,   186,   187,   188,   189,     0,     0,     0,
  734.    190,     0,     0,     0,   292,   179,   180,     0,   181,   182,
  735.    183,   184,   185,     0,   186,   187,   188,   189,     0,   174,
  736.      0,   190,   175,   176,   177,   178,     0,     0,     0,     0,
  737.      0,     0,     0,   174,     0,   175,-32768,   177,   178,   290,
  738.    179,   180,     0,   181,   182,   183,   184,   185,     0,   186,
  739.    187,   188,   189,     0,     0,     0,   190,   175,   176,   177,
  740.    178,     0,   186,   187,   188,   189,     0,     0,   174,   190,
  741.      0,   175,   176,   177,   178,   179,   180,   344,   181,   182,
  742.    183,   184,   185,     0,   186,   187,   188,   189,     0,   179,
  743.    180,   190,   181,   182,   183,   184,   185,     0,   186,   187,
  744.    188,   189,     0,     0,     0,   190,   175,   176,   177,   178,
  745.      0,     0,     0,     0,   175,   176,   177,   178,     0,     0,
  746.      0,     0,     0,     0,     0,   180,     0,   181,   182,   183,
  747.    184,   185,     0,   186,   187,   188,   189,   183,   184,   185,
  748.    190,   186,   187,   188,   189,     0,     0,     0,   190,   175,
  749.    176,   177,   178,     0,     0,     0,     0,-32768,     0,   177,
  750.    178,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  751.      0,     0,     0,     0,     0,     0,   186,   187,   188,   189,
  752.      0,     0,     0,   190,   186,   187,   188,   189,     0,     0,
  753.      0,   190
  754. };
  755.  
  756. static const short yycheck[] = {    16,
  757.      3,    24,    92,     3,   107,    28,   109,    24,   111,     3,
  758.    113,     3,    29,    30,    31,    32,     3,     5,    51,     5,
  759.      4,    67,     4,     3,     5,     3,    56,     4,    56,    52,
  760.    120,   121,   122,   123,   124,   125,     3,     5,    88,    66,
  761.      6,     5,     5,    66,     5,    78,    79,    13,    65,    66,
  762.     83,    27,     5,   216,     4,     4,    86,   220,    86,     5,
  763.      5,    23,    24,    25,   135,    92,   137,    90,    56,    92,
  764.     19,    20,    21,    22,     4,     4,   239,     4,    59,    45,
  765.      4,    67,    66,    86,    66,     5,    86,    53,    91,    66,
  766.     58,   114,    86,    56,    86,   223,    55,   120,   121,   122,
  767.    123,   124,   125,   231,    91,   128,   129,   130,   131,   132,
  768.    238,    91,    58,     5,    59,   138,    66,    66,    86,    86,
  769.      4,    87,    86,    86,   100,    86,   102,   103,    65,     4,
  770.     86,     5,     0,   296,    71,   298,    66,    66,     6,    66,
  771.     86,    86,    66,    84,    85,    13,   309,   164,    66,   166,
  772.    173,   174,   175,   176,   177,   178,   179,   180,   181,   182,
  773.    183,   184,   185,   186,   187,   188,   189,   190,   331,   106,
  774.    333,   108,    66,   110,    92,   112,    86,    45,   115,    66,
  775.    117,    66,    66,    86,    58,    53,   314,    84,    85,    88,
  776.    127,    66,   320,   321,   357,    66,    66,   325,    92,   302,
  777.    303,   304,   305,    88,   141,    92,    66,    86,   311,   146,
  778.    147,   148,   149,   150,   151,   152,     4,    88,    88,    19,
  779.     20,    21,    22,    86,    78,    79,   316,   317,    88,    83,
  780.    253,    86,   169,   170,   171,   172,    86,    86,    86,    86,
  781.     86,   369,    86,   266,    86,   268,    86,    86,   376,    86,
  782.     86,   274,    86,   276,    55,   278,    86,   280,    86,   282,
  783.      3,   364,    56,   286,   201,   202,    66,    86,    86,   292,
  784.      4,    66,    86,    66,   402,    91,     4,    11,     4,   215,
  785.    217,    51,    52,   411,    66,   388,     4,     4,   224,   225,
  786.     88,     4,    66,   316,   317,    66,   232,   233,   234,   235,
  787.     66,   237,     4,   240,     3,   242,   243,    91,    78,    79,
  788.     83,     4,     4,    83,   251,    49,    50,    51,    52,   256,
  789.      4,   344,    67,    68,    69,    70,     4,    87,    73,    74,
  790.     87,     4,    66,    67,    68,    88,    70,    71,    72,    73,
  791.     74,     4,    76,    77,    78,    79,     4,     4,     4,    83,
  792.      4,    87,     4,   290,    87,     4,     4,   293,     4,     4,
  793.      4,    11,     4,   300,     0,     0,    88,   310,     9,   394,
  794.     -1,   307,    -1,   310,    -1,    -1,    -1,    -1,    -1,   315,
  795.     -1,    -1,    49,    50,    51,    52,   322,   323,    -1,    -1,
  796.     -1,    -1,   329,    -1,    -1,    -1,    -1,    -1,   415,    49,
  797.     50,    51,    52,   340,    71,    72,    73,    74,    -1,    76,
  798.     77,    78,    79,    -1,    -1,    -1,    83,    -1,   354,    -1,
  799.     70,    71,    72,    73,    74,    -1,    76,    77,    78,    79,
  800.     -1,    -1,    -1,    83,    -1,   371,    -1,    -1,     1,    -1,
  801.      3,   377,     5,    -1,    -1,     8,     9,    10,    -1,    -1,
  802.     -1,    14,    15,    16,    17,    18,    19,    20,    21,    22,
  803.     -1,    -1,   398,    26,    27,    28,    29,    30,    31,    32,
  804.     33,    34,    35,    36,    37,    38,    39,    40,    41,    42,
  805.     43,    44,    -1,    46,    47,    48,    -1,    -1,    -1,    -1,
  806.     -1,    54,    -1,    56,    57,    58,    59,    60,    61,    62,
  807.     63,    64,    65,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  808.     -1,    -1,    75,    -1,    -1,    -1,    -1,    80,    81,    51,
  809.     52,    84,    85,    86,     1,    88,    89,    90,     5,    -1,
  810.     -1,     8,     9,    10,    -1,    -1,    -1,    14,    15,    16,
  811.     17,    18,    -1,    -1,    76,    77,    78,    79,    -1,    26,
  812.     27,    83,    29,    30,    31,    32,    33,    34,    35,    36,
  813.     37,    38,    39,    40,    41,    42,    43,    44,    -1,    46,
  814.     47,    48,    -1,    -1,    -1,    -1,    -1,    54,    -1,    56,
  815.     57,    58,    59,    60,    61,    62,    63,    64,    65,    -1,
  816.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    75,    -1,
  817.     -1,    -1,    -1,    80,    81,    -1,    -1,    84,    85,    86,
  818.     -1,    88,    89,    90,     1,    -1,    -1,     4,     5,    -1,
  819.     -1,     8,     9,    10,    -1,    -1,    -1,    14,    15,    16,
  820.     17,    18,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    26,
  821.     27,    -1,    29,    30,    31,    32,    33,    34,    35,    36,
  822.     37,    38,    39,    40,    41,    42,    43,    44,    -1,    46,
  823.     47,    48,    -1,    -1,    -1,    -1,    -1,    54,    -1,    56,
  824.     57,    58,    59,    60,    61,    62,    63,    64,    65,    -1,
  825.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    75,    -1,
  826.     -1,    -1,    -1,    80,    81,    -1,    -1,    84,    85,    86,
  827.     -1,    -1,    89,    90,     3,    -1,     5,    -1,    -1,     8,
  828.      9,    10,    -1,    -1,    -1,    14,    15,    16,    17,    18,
  829.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    26,    27,    -1,
  830.     29,    30,    31,    32,    33,    34,    35,    36,    37,    38,
  831.     39,    40,    41,    42,    43,    44,    -1,    46,    47,    48,
  832.     -1,    -1,    -1,    -1,    -1,    54,    -1,    56,    57,    58,
  833.     59,    60,    61,    62,    63,    64,    65,    -1,    -1,    -1,
  834.     -1,    -1,    -1,    -1,    -1,    -1,    75,    -1,    -1,    -1,
  835.     -1,    80,    81,    -1,    -1,    -1,    -1,    86,    -1,    -1,
  836.     89,    90,    91,     3,    -1,     5,    -1,    -1,     8,     9,
  837.     10,    -1,    -1,    -1,    14,    15,    16,    17,    18,    -1,
  838.     -1,    -1,    -1,    -1,    -1,    -1,    26,    27,    -1,    29,
  839.     30,    31,    32,    33,    34,    35,    36,    37,    38,    39,
  840.     40,    41,    42,    43,    44,    -1,    46,    47,    48,    -1,
  841.     -1,    -1,    -1,    -1,    54,    -1,    56,    57,    58,    59,
  842.     60,    61,    62,    63,    64,    65,    -1,    -1,    -1,    -1,
  843.     -1,    -1,    -1,    -1,    -1,    75,    -1,    -1,    -1,    -1,
  844.     80,    81,    -1,    -1,    84,    85,    86,    -1,    -1,    89,
  845.     90,     3,    -1,     5,    -1,    -1,     8,     9,    10,    -1,
  846.     -1,    -1,    14,    15,    16,    17,    18,    -1,    -1,    -1,
  847.     -1,    -1,    -1,    -1,    26,    27,    -1,    29,    30,    31,
  848.     32,    33,    34,    35,    36,    37,    38,    39,    40,    41,
  849.     42,    43,    44,    -1,    46,    47,    48,    -1,    -1,    -1,
  850.     -1,    -1,    54,    -1,    56,    57,    58,    59,    60,    61,
  851.     62,    63,    64,    65,    -1,    -1,    -1,    -1,    -1,    -1,
  852.     -1,    -1,    -1,    75,    -1,    -1,    -1,    -1,    80,    81,
  853.     -1,    -1,    84,    85,    86,    -1,    -1,    89,    90,     3,
  854.     -1,     5,    -1,    -1,     8,     9,    10,    -1,    -1,    -1,
  855.     14,    15,    16,    17,    18,    -1,    -1,    -1,    -1,    -1,
  856.     -1,    -1,    26,    27,    -1,    29,    30,    31,    32,    33,
  857.     34,    35,    36,    37,    38,    39,    40,    41,    42,    43,
  858.     44,    -1,    46,    47,    48,    -1,    -1,    -1,    -1,    -1,
  859.     54,    -1,    56,    57,    58,    59,    60,    61,    62,    63,
  860.     64,    65,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  861.     -1,    75,    -1,    -1,    -1,    -1,    80,    81,    -1,    -1,
  862.     84,    85,    86,     4,     5,    89,    90,     8,     9,    10,
  863.     -1,    -1,    -1,    14,    15,    16,    17,    18,    -1,    -1,
  864.     -1,    -1,    -1,    -1,    -1,    26,    27,    -1,    29,    30,
  865.     31,    32,    33,    34,    35,    36,    37,    38,    39,    40,
  866.     41,    42,    43,    44,    -1,    46,    47,    48,    -1,    -1,
  867.     -1,    -1,    -1,    54,    -1,    56,    57,    58,    59,    60,
  868.     61,    62,    63,    64,    65,    -1,    -1,    -1,    -1,    -1,
  869.     -1,    -1,    -1,    -1,    75,    -1,    -1,    -1,    -1,    80,
  870.     81,    -1,    -1,    84,    85,    86,     4,     5,    89,    90,
  871.      8,     9,    10,    -1,    -1,    -1,    14,    15,    16,    17,
  872.     18,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    26,    27,
  873.     -1,    29,    30,    31,    32,    33,    34,    35,    36,    37,
  874.     38,    39,    40,    41,    42,    43,    44,    -1,    46,    47,
  875.     48,    -1,    -1,    -1,    -1,    -1,    54,    -1,    56,    57,
  876.     58,    59,    60,    61,    62,    63,    64,    65,    -1,    -1,
  877.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    75,    -1,    -1,
  878.     -1,    -1,    80,    81,    -1,    -1,    84,    85,    86,     4,
  879.      5,    89,    90,     8,     9,    10,    -1,    -1,    -1,    14,
  880.     15,    16,    17,    18,    -1,    -1,    -1,    -1,    -1,    -1,
  881.     -1,    26,    27,    -1,    29,    30,    31,    32,    33,    34,
  882.     35,    36,    37,    38,    39,    40,    41,    42,    43,    44,
  883.     -1,    46,    47,    48,    -1,    -1,    -1,    -1,    -1,    54,
  884.     -1,    56,    57,    58,    59,    60,    61,    62,    63,    64,
  885.     65,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  886.     75,    -1,    -1,    -1,    -1,    80,    81,    -1,    -1,    84,
  887.     85,    86,     4,     5,    89,    90,     8,     9,    10,    -1,
  888.     -1,    -1,    14,    15,    16,    17,    18,    -1,    -1,    -1,
  889.     -1,    -1,    -1,    -1,    26,    27,    -1,    29,    30,    31,
  890.     32,    33,    34,    35,    36,    37,    38,    39,    40,    41,
  891.     42,    43,    44,    -1,    46,    47,    48,    -1,    -1,    -1,
  892.     -1,    -1,    54,    -1,    56,    57,    58,    59,    60,    61,
  893.     62,    63,    64,    65,    -1,    -1,    -1,    -1,    -1,    -1,
  894.     -1,    -1,    -1,    75,    -1,    -1,    -1,    -1,    80,    81,
  895.     -1,    -1,    84,    85,    86,     4,     5,    89,    90,     8,
  896.      9,    10,    -1,    -1,    -1,    14,    15,    16,    17,    18,
  897.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    26,    27,    -1,
  898.     29,    30,    31,    32,    33,    34,    35,    36,    37,    38,
  899.     39,    40,    41,    42,    43,    44,    -1,    46,    47,    48,
  900.     -1,    -1,    -1,    -1,    -1,    54,    -1,    56,    57,    58,
  901.     59,    60,    61,    62,    63,    64,    65,    -1,    -1,    -1,
  902.     -1,    -1,    -1,    -1,    -1,    -1,    75,    -1,    -1,    -1,
  903.     -1,    80,    81,    -1,    -1,    84,    85,    86,     4,     5,
  904.     89,    90,     8,     9,    10,    -1,    -1,    -1,    14,    15,
  905.     16,    17,    18,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  906.     26,    27,    -1,    29,    30,    31,    32,    33,    34,    35,
  907.     36,    37,    38,    39,    40,    41,    42,    43,    44,    -1,
  908.     46,    47,    48,    -1,    -1,    -1,    -1,    -1,    54,    -1,
  909.     56,    57,    58,    59,    60,    61,    62,    63,    64,    65,
  910.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    75,
  911.     -1,    -1,    -1,    -1,    80,    81,    -1,    -1,    84,    85,
  912.     86,     4,     5,    89,    90,     8,     9,    10,    -1,    -1,
  913.     -1,    14,    15,    16,    17,    18,    -1,    -1,    -1,    -1,
  914.     -1,    -1,    -1,    26,    27,    -1,    29,    30,    31,    32,
  915.     33,    34,    35,    36,    37,    38,    39,    40,    41,    42,
  916.     43,    44,    -1,    46,    47,    48,    -1,    -1,    -1,    -1,
  917.     -1,    54,    -1,    56,    57,    58,    59,    60,    61,    62,
  918.     63,    64,    65,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  919.     -1,    -1,    75,    -1,    -1,    -1,    -1,    80,    81,    -1,
  920.     -1,    84,    85,    86,     4,     5,    89,    90,     8,     9,
  921.     10,    -1,    -1,    -1,    14,    15,    16,    17,    18,    -1,
  922.     -1,    -1,    -1,    -1,    -1,    -1,    26,    27,    -1,    29,
  923.     30,    31,    32,    33,    34,    35,    36,    37,    38,    39,
  924.     40,    41,    42,    43,    44,    -1,    46,    47,    48,    -1,
  925.     -1,    -1,    -1,    -1,    54,    -1,    56,    57,    58,    59,
  926.     60,    61,    62,    63,    64,    65,    -1,    -1,    -1,    -1,
  927.     -1,    -1,    -1,    -1,    -1,    75,    -1,    -1,    -1,    -1,
  928.     80,    81,    -1,    -1,    84,    85,    86,    -1,     5,    89,
  929.     90,     8,     9,    10,    -1,    -1,    -1,    14,    15,    16,
  930.     17,    18,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    26,
  931.     27,    -1,    29,    30,    31,    32,    33,    34,    35,    36,
  932.     37,    38,    39,    40,    41,    42,    43,    44,    -1,    46,
  933.     47,    48,    -1,    -1,    -1,    -1,    -1,    54,    -1,    56,
  934.     57,    58,    59,    60,    61,    62,    63,    64,    65,    -1,
  935.     67,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    75,    -1,
  936.     -1,    -1,    -1,    80,    81,    -1,    -1,    84,    85,    86,
  937.     -1,     5,    89,    90,     8,     9,    10,    -1,    -1,    -1,
  938.     14,    15,    16,    17,    18,    -1,    -1,    -1,    -1,    -1,
  939.     -1,    -1,    26,    27,    -1,    29,    30,    31,    32,    33,
  940.     34,    35,    36,    37,    38,    39,    40,    41,    42,    43,
  941.     44,    -1,    46,    47,    48,    -1,    -1,    -1,    -1,    -1,
  942.     54,    -1,    56,    57,    58,    59,    60,    61,    62,    63,
  943.     64,    65,    -1,    67,    -1,    -1,    -1,    -1,    -1,    -1,
  944.     -1,    75,    -1,    -1,    -1,    -1,    80,    81,    -1,    -1,
  945.     84,    85,    86,    -1,     5,    89,    90,     8,     9,    10,
  946.     -1,    -1,    -1,    14,    15,    16,    17,    18,    -1,    -1,
  947.     -1,    -1,    -1,    -1,    -1,    26,    27,    -1,    29,    30,
  948.     31,    32,    33,    34,    35,    36,    37,    38,    39,    40,
  949.     41,    42,    43,    44,    -1,    46,    47,    48,    -1,    -1,
  950.     -1,    -1,    -1,    54,    -1,    56,    57,    58,    59,    60,
  951.     61,    62,    63,    64,    65,    -1,    67,    -1,    -1,    -1,
  952.     -1,    -1,    -1,    -1,    75,    -1,    -1,    -1,    -1,    80,
  953.     81,    -1,    -1,    84,    85,    86,    -1,     5,    89,    90,
  954.      8,     9,    10,    -1,    -1,    -1,    14,    15,    16,    17,
  955.     18,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    26,    27,
  956.     -1,    29,    30,    31,    32,    33,    34,    35,    36,    37,
  957.     38,    39,    40,    41,    42,    43,    44,    -1,    46,    47,
  958.     48,    -1,    -1,    -1,    -1,    -1,    54,    -1,    56,    57,
  959.     58,    59,    60,    61,    62,    63,    64,    65,    -1,    67,
  960.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    75,    -1,    -1,
  961.     -1,    -1,    80,    81,    -1,    -1,    84,    85,    86,    -1,
  962.      5,    89,    90,     8,     9,    10,    -1,    -1,    -1,    14,
  963.     15,    16,    17,    18,    -1,    -1,    -1,    -1,    -1,    -1,
  964.     -1,    26,    27,    -1,    29,    30,    31,    32,    33,    34,
  965.     35,    36,    37,    38,    39,    40,    41,    42,    43,    44,
  966.     -1,    46,    47,    48,    -1,    -1,    -1,    -1,    -1,    54,
  967.     -1,    56,    57,    58,    59,    60,    61,    62,    63,    64,
  968.     65,    -1,    67,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  969.     75,    -1,    -1,    -1,    -1,    80,    81,    -1,    -1,    84,
  970.     85,    86,    -1,     5,    89,    90,     8,     9,    10,    -1,
  971.     -1,    -1,    14,    15,    16,    17,    18,    -1,    -1,    -1,
  972.     -1,    -1,    -1,    -1,    26,    27,    -1,    29,    30,    31,
  973.     32,    33,    34,    35,    36,    37,    38,    39,    40,    41,
  974.     42,    43,    44,    -1,    46,    47,    48,    -1,    -1,    -1,
  975.     -1,    -1,    54,    -1,    56,    57,    58,    59,    60,    61,
  976.     62,    63,    64,    65,    -1,    67,    -1,    -1,    -1,    -1,
  977.     -1,    -1,    -1,    75,    -1,    -1,    -1,    -1,    80,    81,
  978.     -1,    -1,    84,    85,    86,    -1,     5,    89,    90,     8,
  979.      9,    10,    -1,    -1,    -1,    14,    15,    16,    17,    18,
  980.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    26,    27,    -1,
  981.     29,    30,    31,    32,    33,    34,    35,    36,    37,    38,
  982.     39,    40,    41,    42,    43,    44,    -1,    46,    47,    48,
  983.     -1,    -1,    -1,    -1,    -1,    54,    -1,    56,    57,    58,
  984.     59,    60,    61,    62,    63,    64,    65,    -1,    67,    -1,
  985.     -1,    -1,    -1,    -1,    -1,    -1,    75,    -1,    -1,    -1,
  986.     -1,    80,    81,    -1,    -1,    84,    85,    86,    -1,     5,
  987.     89,    90,     8,     9,    10,    -1,    -1,    -1,    14,    15,
  988.     16,    17,    18,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  989.     26,    27,    -1,    29,    30,    31,    32,    33,    34,    35,
  990.     36,    37,    38,    39,    40,    41,    42,    43,    44,    -1,
  991.     46,    47,    48,    -1,    -1,    -1,    -1,    -1,    54,    -1,
  992.     56,    57,    58,    59,    60,    61,    62,    63,    64,    65,
  993.     -1,    67,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    75,
  994.     -1,    -1,    -1,    -1,    80,    81,    -1,    -1,    84,    85,
  995.     86,    -1,     5,    89,    90,     8,     9,    10,    -1,    -1,
  996.     -1,    14,    15,    16,    17,    18,    -1,    -1,    -1,    -1,
  997.     -1,    -1,    -1,    26,    27,    -1,    29,    30,    31,    32,
  998.     33,    34,    35,    36,    37,    38,    39,    40,    41,    42,
  999.     43,    44,    -1,    46,    47,    48,    -1,    -1,    -1,    -1,
  1000.     -1,    54,    -1,    56,    57,    58,    59,    60,    61,    62,
  1001.     63,    64,    65,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  1002.     -1,    -1,    75,    -1,    -1,    -1,    -1,    80,    81,    -1,
  1003.     -1,    84,    85,    86,    -1,     5,    89,    90,     8,     9,
  1004.     10,    -1,    -1,    -1,    14,    15,    16,    17,    18,    -1,
  1005.     -1,    -1,    -1,    -1,    -1,    -1,    26,    27,    -1,    29,
  1006.     30,    31,    32,    33,    34,    35,    36,    37,    38,    39,
  1007.     40,    41,    42,    43,    44,    -1,    46,    47,    48,    -1,
  1008.     -1,    -1,    -1,    -1,    54,    -1,    56,    57,    58,    59,
  1009.     60,    61,    62,    63,    64,    65,    -1,    -1,    -1,    -1,
  1010.     -1,    -1,    -1,    -1,    -1,    75,    -1,    -1,    -1,    -1,
  1011.     80,    81,    -1,    -1,    84,    85,    86,    -1,     5,    89,
  1012.     90,     8,     9,    10,    -1,    -1,    -1,    14,    15,    16,
  1013.     17,    18,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    26,
  1014.     27,    -1,    29,    30,    31,    32,    33,    34,    35,    36,
  1015.     37,    38,    39,    40,    41,    42,    43,    44,    -1,    46,
  1016.     47,    48,    -1,    -1,    -1,    -1,    -1,    54,    -1,    56,
  1017.     57,    58,    59,    60,    61,    62,    63,    64,    65,    -1,
  1018.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    75,    -1,
  1019.     -1,    -1,    -1,    80,    81,    -1,    -1,    84,    85,    86,
  1020.     -1,     5,    89,    90,     8,     9,    10,    -1,    -1,    -1,
  1021.     14,    15,    16,    17,    18,    -1,    -1,    -1,    -1,    -1,
  1022.     -1,    -1,    26,    27,    -1,    29,    30,    31,    32,    33,
  1023.     34,    35,    36,    37,    38,    39,    40,    41,    42,    43,
  1024.     44,    -1,    46,    47,    48,    -1,    -1,    -1,    -1,    11,
  1025.     54,    -1,    56,    57,    58,    59,    60,    61,    62,    63,
  1026.     64,    65,    -1,    -1,    -1,    -1,    49,    50,    51,    52,
  1027.     -1,    75,    -1,    -1,    -1,    -1,    80,    81,    -1,    -1,
  1028.     84,    85,    86,    -1,    11,    89,    90,    49,    50,    51,
  1029.     52,    74,    -1,    76,    77,    78,    79,    -1,    -1,    -1,
  1030.     83,    -1,    -1,    -1,    66,    67,    68,    -1,    70,    71,
  1031.     72,    73,    74,    -1,    76,    77,    78,    79,    -1,    11,
  1032.     -1,    83,    49,    50,    51,    52,    -1,    -1,    -1,    -1,
  1033.     -1,    -1,    -1,    11,    -1,    49,    50,    51,    52,    66,
  1034.     67,    68,    -1,    70,    71,    72,    73,    74,    -1,    76,
  1035.     77,    78,    79,    -1,    -1,    -1,    83,    49,    50,    51,
  1036.     52,    -1,    76,    77,    78,    79,    -1,    -1,    11,    83,
  1037.     -1,    49,    50,    51,    52,    67,    68,    69,    70,    71,
  1038.     72,    73,    74,    -1,    76,    77,    78,    79,    -1,    67,
  1039.     68,    83,    70,    71,    72,    73,    74,    -1,    76,    77,
  1040.     78,    79,    -1,    -1,    -1,    83,    49,    50,    51,    52,
  1041.     -1,    -1,    -1,    -1,    49,    50,    51,    52,    -1,    -1,
  1042.     -1,    -1,    -1,    -1,    -1,    68,    -1,    70,    71,    72,
  1043.     73,    74,    -1,    76,    77,    78,    79,    72,    73,    74,
  1044.     83,    76,    77,    78,    79,    -1,    -1,    -1,    83,    49,
  1045.     50,    51,    52,    -1,    -1,    -1,    -1,    49,    -1,    51,
  1046.     52,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  1047.     -1,    -1,    -1,    -1,    -1,    -1,    76,    77,    78,    79,
  1048.     -1,    -1,    -1,    83,    76,    77,    78,    79,    -1,    -1,
  1049.     -1,    83
  1050. };
  1051. /* -*-C-*-  Note some compilers choke on comments on `#line' lines.  */
  1052. #line 3 "bison.simple"
  1053.  
  1054. /* Skeleton output parser for bison,
  1055.    Copyright (C) 1984, 1989, 1990 Bob Corbett and Richard Stallman
  1056.  
  1057.    This program is free software; you can redistribute it and/or modify
  1058.    it under the terms of the GNU General Public License as published by
  1059.    the Free Software Foundation; either version 1, or (at your option)
  1060.    any later version.
  1061.  
  1062.    This program is distributed in the hope that it will be useful,
  1063.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  1064.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  1065.    GNU General Public License for more details.
  1066.  
  1067.    You should have received a copy of the GNU General Public License
  1068.    along with this program; if not, write to the Free Software
  1069.    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
  1070.  
  1071.  
  1072. #ifndef alloca
  1073. #ifdef _DCC
  1074. #include <alloca.h>
  1075. #endif
  1076. #ifdef __GNUC__
  1077. #define alloca __builtin_alloca
  1078. #else /* not GNU C.  */
  1079. #if (!defined (__STDC__) && defined (sparc)) || defined (__sparc__)
  1080. #include <alloca.h>
  1081. #else /* not sparc */
  1082. #if defined (MSDOS) && !defined (__TURBOC__)
  1083. #include <malloc.h>
  1084. #else /* not MSDOS, or __TURBOC__ */
  1085. #if defined(_AIX)
  1086. #include <malloc.h>
  1087.  #pragma alloca
  1088. #endif /* not _AIX */
  1089. #endif /* not MSDOS, or __TURBOC__ */
  1090. #endif /* not sparc.  */
  1091. #endif /* not GNU C.  */
  1092. #endif /* alloca not defined.  */
  1093.  
  1094. /* This is the parser code that is written into each bison parser
  1095.   when the %semantic_parser declaration is not specified in the grammar.
  1096.   It was written by Richard Stallman by simplifying the hairy parser
  1097.   used when %semantic_parser is specified.  */
  1098.  
  1099. /* Note: there must be only one dollar sign in this file.
  1100.    It is replaced by the list of actions, each action
  1101.    as one case of the switch.  */
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107. #ifdef AMIGA
  1108.  
  1109. #define bzero(b, length) memset((b),'\0',(length))
  1110. #define bcopy(b1, b2, length) memcpy((b1),(b2),(length))
  1111. #define bcmp(b1, b2, length)  memcmp((b1),(b2),(length))
  1112.  
  1113. #include <stdlib.h>
  1114.  
  1115. /* extern char *calloc();*/
  1116. /* extern void done();*/
  1117.  
  1118. /* extern char *program_name;*/
  1119.  
  1120. char *
  1121. mallocate(n)
  1122. register unsigned n;
  1123. {
  1124.   register char *block;
  1125.  
  1126.   /* Avoid uncertainty about what an arg of 0 will do.  */
  1127.   if (n == 0)
  1128.     n = 1;
  1129.   block = calloc(n,1);
  1130.   if (block == NULL)
  1131.     {
  1132.       fprintf(stderr, "Bison: memory exhausted\n");
  1133.       /*done(1);*/ exit(1);
  1134.     }
  1135.  
  1136.   return (block);
  1137. }
  1138.  
  1139. /* This name is used by alloca.c.  */
  1140.  
  1141. char *
  1142. xmalloc (n)
  1143.      unsigned int n;
  1144. {
  1145.   return mallocate (n);
  1146. }
  1147.  
  1148.  
  1149. /*
  1150.     alloca -- (mostly) portable public-domain implementation -- D A Gwyn
  1151.  
  1152.     last edit:    86/05/30    rms
  1153.        include config.h, since on VMS it renames some symbols.
  1154.        Use xmalloc instead of malloc.
  1155.  
  1156.     This implementation of the PWB library alloca() function,
  1157.     which is used to allocate space off the run-time stack so
  1158.     that it is automatically reclaimed upon procedure exit, 
  1159.     was inspired by discussions with J. Q. Johnson of Cornell.
  1160.  
  1161.     It should work under any C implementation that uses an
  1162.     actual procedure stack (as opposed to a linked list of
  1163.     frames).  There are some preprocessor constants that can
  1164.     be defined when compiling for your specific system, for
  1165.     improved efficiency; however, the defaults should be okay.
  1166.  
  1167.     The general concept of this implementation is to keep
  1168.     track of all alloca()-allocated blocks, and reclaim any
  1169.     that are found to be deeper in the stack than the current
  1170.     invocation.  This heuristic does not reclaim storage as
  1171.     soon as it becomes invalid, but it will do so eventually.
  1172.  
  1173.     As a special case, alloca(0) reclaims storage without
  1174.     allocating any.  It is a good idea to use alloca(0) in
  1175.     your main control loop, etc. to force garbage collection.
  1176. */
  1177. #ifndef lint
  1178. static char    SCCSid[] = "@(#)alloca.c    1.1";    /* for the "what" utility */
  1179. #endif
  1180.  
  1181. #ifdef emacs
  1182. #include "config.h"
  1183. #ifdef static
  1184. /* actually, only want this if static is defined as ""
  1185.    -- this is for usg, in which emacs must undefine static
  1186.    in order to make unexec workable
  1187.    */
  1188. #ifndef STACK_DIRECTION
  1189. you
  1190. lose
  1191. -- must know STACK_DIRECTION at compile-time
  1192. #endif /* STACK_DIRECTION undefined */
  1193. #endif /* static */
  1194. #endif /* emacs */
  1195.  
  1196. #ifdef __STDC__
  1197. typedef void    *pointer;        /* generic pointer type */
  1198. #else
  1199. typedef char    *pointer;        /* generic pointer type */
  1200. #endif
  1201.  
  1202. #ifdef _DCC
  1203. extern void    free(void *);
  1204. #else
  1205. extern void    free();
  1206. #endif
  1207. /* extern pointer    xmalloc();*/
  1208.  
  1209. /*
  1210.     Define STACK_DIRECTION if you know the direction of stack
  1211.     growth for your system; otherwise it will be automatically
  1212.     deduced at run-time.
  1213.  
  1214.     STACK_DIRECTION > 0 => grows toward higher addresses
  1215.     STACK_DIRECTION < 0 => grows toward lower addresses
  1216.     STACK_DIRECTION = 0 => direction of growth unknown
  1217. */
  1218.  
  1219. #ifndef STACK_DIRECTION
  1220. #define    STACK_DIRECTION    0        /* direction unknown */
  1221. #endif
  1222.  
  1223. #if STACK_DIRECTION != 0
  1224.  
  1225. #define    STACK_DIR    STACK_DIRECTION    /* known at compile-time */
  1226.  
  1227. #else    /* STACK_DIRECTION == 0; need run-time code */
  1228.  
  1229. static int    stack_dir;        /* 1 or -1 once known */
  1230. #define    STACK_DIR    stack_dir
  1231.  
  1232. static void
  1233. find_stack_direction (/* void */)
  1234. {
  1235.   static char    *addr = NULL;    /* address of first
  1236.                    `dummy', once known */
  1237.   auto char    dummy;        /* to get stack address */
  1238.  
  1239.   if (addr == NULL)
  1240.     {                /* initial entry */
  1241.       addr = &dummy;
  1242.  
  1243.       find_stack_direction ();    /* recurse once */
  1244.     }
  1245.   else                /* second entry */
  1246.     if (&dummy > addr)
  1247.       stack_dir = 1;        /* stack grew upward */
  1248.     else
  1249.       stack_dir = -1;        /* stack grew downward */
  1250. }
  1251.  
  1252. #endif    /* STACK_DIRECTION == 0 */
  1253.  
  1254. /*
  1255.     An "alloca header" is used to:
  1256.     (a) chain together all alloca()ed blocks;
  1257.     (b) keep track of stack depth.
  1258.  
  1259.     It is very important that sizeof(header) agree with malloc()
  1260.     alignment chunk size.  The following default should work okay.
  1261. */
  1262.  
  1263. #ifndef    ALIGN_SIZE
  1264. #define    ALIGN_SIZE    sizeof(double)
  1265. #endif
  1266.  
  1267. typedef union hdr
  1268. {
  1269.   char    align[ALIGN_SIZE];    /* to force sizeof(header) */
  1270.   struct
  1271.     {
  1272.       union hdr *next;        /* for chaining headers */
  1273.       char *deep;        /* for stack depth measure */
  1274.     } h;
  1275. } header;
  1276.  
  1277. /*
  1278.     alloca( size ) returns a pointer to at least `size' bytes of
  1279.     storage which will be automatically reclaimed upon exit from
  1280.     the procedure that called alloca().  Originally, this space
  1281.     was supposed to be taken from the current stack frame of the
  1282.     caller, but that method cannot be made to work for some
  1283.     implementations of C, for example under Gould's UTX/32.
  1284. */
  1285.  
  1286. static header *last_alloca_header = NULL; /* -> last alloca header */
  1287.  
  1288. pointer
  1289. alloca (size)            /* returns pointer to storage */
  1290. #ifdef _DCC
  1291.      long    size;        /* # bytes to allocate */
  1292. #else
  1293.      unsigned    size;        /* # bytes to allocate */
  1294. #endif
  1295. {
  1296.   auto char    probe;        /* probes stack depth: */
  1297.   register char    *depth = &probe;
  1298.  
  1299. #if STACK_DIRECTION == 0
  1300.   if (STACK_DIR == 0)        /* unknown growth direction */
  1301.     find_stack_direction ();
  1302. #endif
  1303.  
  1304.                 /* Reclaim garbage, defined as all alloca()ed storage that
  1305.                    was allocated from deeper in the stack than currently. */
  1306.  
  1307.   {
  1308.     register header    *hp;    /* traverses linked list */
  1309.  
  1310.     for (hp = last_alloca_header; hp != NULL;)
  1311.       if ((STACK_DIR > 0 && hp->h.deep > depth)
  1312.       || (STACK_DIR < 0 && hp->h.deep < depth))
  1313.     {
  1314.       register header    *np = hp->h.next;
  1315.  
  1316.       free ((pointer) hp);    /* collect garbage */
  1317.  
  1318.       hp = np;        /* -> next header */
  1319.     }
  1320.       else
  1321.     break;            /* rest are not deeper */
  1322.  
  1323.     last_alloca_header = hp;    /* -> last valid storage */
  1324.   }
  1325.  
  1326.   if (size == 0)
  1327.     return NULL;        /* no allocation required */
  1328.  
  1329.   /* Allocate combined header + user data storage. */
  1330.  
  1331.   {
  1332.     register pointer    new = xmalloc (sizeof (header) + size);
  1333.     /* address of header */
  1334.  
  1335.     ((header *)new)->h.next = last_alloca_header;
  1336.     ((header *)new)->h.deep = depth;
  1337.  
  1338.     last_alloca_header = (header *)new;
  1339.  
  1340.     /* User storage begins just after header. */
  1341.  
  1342.     return (pointer)((char *)new + sizeof(header));
  1343.   }
  1344. }
  1345. #endif
  1346.  
  1347.  
  1348.  
  1349.  
  1350.  
  1351. #define yyerrok        (yyerrstatus = 0)
  1352. #define yyclearin    (yychar = YYEMPTY)
  1353. #define YYEMPTY        -2
  1354. #define YYEOF        0
  1355. #define YYACCEPT    return(0)
  1356. #define YYABORT     return(1)
  1357. #define YYERROR        goto yyerrlab1
  1358. /* Like YYERROR except do call yyerror.
  1359.    This remains here temporarily to ease the
  1360.    transition to the new meaning of YYERROR, for GCC.
  1361.    Once GCC version 2 has supplanted version 1, this can go.  */
  1362. #define YYFAIL        goto yyerrlab
  1363. #define YYRECOVERING()  (!!yyerrstatus)
  1364. #define YYBACKUP(token, value) \
  1365. do                                \
  1366.   if (yychar == YYEMPTY && yylen == 1)                \
  1367.     { yychar = (token), yylval = (value);            \
  1368.       yychar1 = YYTRANSLATE (yychar);                \
  1369.       YYPOPSTACK;                        \
  1370.       goto yybackup;                        \
  1371.     }                                \
  1372.   else                                \
  1373.     { yyerror ("syntax error: cannot back up"); YYERROR; }    \
  1374. while (0)
  1375.  
  1376. #define YYTERROR    1
  1377. #define YYERRCODE    256
  1378.  
  1379. #ifndef YYPURE
  1380. #define YYLEX        yylex()
  1381. #endif
  1382.  
  1383. #ifdef YYPURE
  1384. #ifdef YYLSP_NEEDED
  1385. #define YYLEX        yylex(&yylval, &yylloc)
  1386. #else
  1387. #define YYLEX        yylex(&yylval)
  1388. #endif
  1389. #endif
  1390.  
  1391. /* If nonreentrant, generate the variables here */
  1392.  
  1393. #ifndef YYPURE
  1394.  
  1395. int    yychar;            /*  the lookahead symbol        */
  1396. YYSTYPE    yylval;            /*  the semantic value of the        */
  1397.                 /*  lookahead symbol            */
  1398.  
  1399. #ifdef YYLSP_NEEDED
  1400. YYLTYPE yylloc;            /*  location data for the lookahead    */
  1401.                 /*  symbol                */
  1402. #endif
  1403.  
  1404. int yynerrs;            /*  number of parse errors so far       */
  1405. #endif  /* not YYPURE */
  1406.  
  1407. #if YYDEBUG != 0
  1408. int yydebug;            /*  nonzero means print parse trace    */
  1409. /* Since this is uninitialized, it does not stop multiple parsers
  1410.    from coexisting.  */
  1411. #endif
  1412.  
  1413. /*  YYINITDEPTH indicates the initial size of the parser's stacks    */
  1414.  
  1415. #ifndef    YYINITDEPTH
  1416. #define YYINITDEPTH 200
  1417. #endif
  1418.  
  1419. /*  YYMAXDEPTH is the maximum size the stacks can grow to
  1420.     (effective only if the built-in stack extension method is used).  */
  1421.  
  1422. #if YYMAXDEPTH == 0
  1423. #undef YYMAXDEPTH
  1424. #endif
  1425.  
  1426. #ifndef YYMAXDEPTH
  1427. #define YYMAXDEPTH 10000
  1428. #endif
  1429.  
  1430. #if __GNUC__ > 1        /* GNU C and GNU C++ define this.  */
  1431. #define __yy_bcopy(FROM,TO,COUNT)    __builtin_memcpy(TO,FROM,COUNT)
  1432. #else                /* not GNU C or C++ */
  1433. #ifndef __cplusplus
  1434.  
  1435. /* This is the most reliable way to avoid incompatibilities
  1436.    in available built-in functions on various systems.  */
  1437. static void
  1438. __yy_bcopy (from, to, count)
  1439.      char *from;
  1440.      char *to;
  1441.      int count;
  1442. {
  1443.   register char *f = from;
  1444.   register char *t = to;
  1445.   register int i = count;
  1446.  
  1447.   while (i-- > 0)
  1448.     *t++ = *f++;
  1449. }
  1450.  
  1451. #else /* __cplusplus */
  1452.  
  1453. /* This is the most reliable way to avoid incompatibilities
  1454.    in available built-in functions on various systems.  */
  1455. static void
  1456. __yy_bcopy (char *from, char *to, int count)
  1457. {
  1458.   register char *f = from;
  1459.   register char *t = to;
  1460.   register int i = count;
  1461.  
  1462.   while (i-- > 0)
  1463.     *t++ = *f++;
  1464. }
  1465.  
  1466. #endif
  1467. #endif
  1468.  
  1469. #line 169 "bison.simple"
  1470. int
  1471. yyparse()
  1472. {
  1473.   register int yystate;
  1474.   register int yyn;
  1475.   register short *yyssp;
  1476.   register YYSTYPE *yyvsp;
  1477.   int yyerrstatus;    /*  number of tokens to shift before error messages enabled */
  1478.   int yychar1;        /*  lookahead token as an internal (translated) token number */
  1479.  
  1480.   short    yyssa[YYINITDEPTH];    /*  the state stack            */
  1481.   YYSTYPE yyvsa[YYINITDEPTH];    /*  the semantic value stack        */
  1482.  
  1483.   short *yyss = yyssa;        /*  refer to the stacks thru separate pointers */
  1484.   YYSTYPE *yyvs = yyvsa;    /*  to allow yyoverflow to reallocate them elsewhere */
  1485.  
  1486. #ifdef YYLSP_NEEDED
  1487.   YYLTYPE yylsa[YYINITDEPTH];    /*  the location stack            */
  1488.   YYLTYPE *yyls = yylsa;
  1489.   YYLTYPE *yylsp;
  1490.  
  1491. #define YYPOPSTACK   (yyvsp--, yysp--, yylsp--)
  1492. #else
  1493. #define YYPOPSTACK   (yyvsp--, yysp--)
  1494. #endif
  1495.  
  1496.   int yystacksize = YYINITDEPTH;
  1497.  
  1498. #ifdef YYPURE
  1499.   int yychar;
  1500.   YYSTYPE yylval;
  1501.   int yynerrs;
  1502. #ifdef YYLSP_NEEDED
  1503.   YYLTYPE yylloc;
  1504. #endif
  1505. #endif
  1506.  
  1507.   YYSTYPE yyval;        /*  the variable used to return        */
  1508.                 /*  semantic values from the action    */
  1509.                 /*  routines                */
  1510.  
  1511.   int yylen;
  1512.  
  1513. #if YYDEBUG != 0
  1514.   if (yydebug)
  1515.     fprintf(stderr, "Starting parse\n");
  1516. #endif
  1517.  
  1518.   yystate = 0;
  1519.   yyerrstatus = 0;
  1520.   yynerrs = 0;
  1521.   yychar = YYEMPTY;        /* Cause a token to be read.  */
  1522.  
  1523.   /* Initialize stack pointers.
  1524.      Waste one element of value and location stack
  1525.      so that they stay on the same level as the state stack.  */
  1526.  
  1527.   yyssp = yyss - 1;
  1528.   yyvsp = yyvs;
  1529. #ifdef YYLSP_NEEDED
  1530.   yylsp = yyls;
  1531. #endif
  1532.  
  1533. /* Push a new state, which is found in  yystate  .  */
  1534. /* In all cases, when you get here, the value and location stacks
  1535.    have just been pushed. so pushing a state here evens the stacks.  */
  1536. yynewstate:
  1537.  
  1538.   *++yyssp = yystate;
  1539.  
  1540.   if (yyssp >= yyss + yystacksize - 1)
  1541.     {
  1542.       /* Give user a chance to reallocate the stack */
  1543.       /* Use copies of these so that the &'s don't force the real ones into memory. */
  1544.       YYSTYPE *yyvs1 = yyvs;
  1545.       short *yyss1 = yyss;
  1546. #ifdef YYLSP_NEEDED
  1547.       YYLTYPE *yyls1 = yyls;
  1548. #endif
  1549.  
  1550.       /* Get the current used size of the three stacks, in elements.  */
  1551.       int size = yyssp - yyss + 1;
  1552.  
  1553. #ifdef yyoverflow
  1554.       /* Each stack pointer address is followed by the size of
  1555.      the data in use in that stack, in bytes.  */
  1556.       yyoverflow("parser stack overflow",
  1557.          &yyss1, size * sizeof (*yyssp),
  1558.          &yyvs1, size * sizeof (*yyvsp),
  1559. #ifdef YYLSP_NEEDED
  1560.          &yyls1, size * sizeof (*yylsp),
  1561. #endif
  1562.          &yystacksize);
  1563.  
  1564.       yyss = yyss1; yyvs = yyvs1;
  1565. #ifdef YYLSP_NEEDED
  1566.       yyls = yyls1;
  1567. #endif
  1568. #else /* no yyoverflow */
  1569.       /* Extend the stack our own way.  */
  1570.       if (yystacksize >= YYMAXDEPTH)
  1571.     {
  1572.       yyerror("parser stack overflow");
  1573.       return 2;
  1574.     }
  1575.       yystacksize *= 2;
  1576.       if (yystacksize > YYMAXDEPTH)
  1577.     yystacksize = YYMAXDEPTH;
  1578.       yyss = (short *) alloca (yystacksize * sizeof (*yyssp));
  1579.       __yy_bcopy ((char *)yyss1, (char *)yyss, size * sizeof (*yyssp));
  1580.       yyvs = (YYSTYPE *) alloca (yystacksize * sizeof (*yyvsp));
  1581.       __yy_bcopy ((char *)yyvs1, (char *)yyvs, size * sizeof (*yyvsp));
  1582. #ifdef YYLSP_NEEDED
  1583.       yyls = (YYLTYPE *) alloca (yystacksize * sizeof (*yylsp));
  1584.       __yy_bcopy ((char *)yyls1, (char *)yyls, size * sizeof (*yylsp));
  1585. #endif
  1586. #endif /* no yyoverflow */
  1587.  
  1588.       yyssp = yyss + size - 1;
  1589.       yyvsp = yyvs + size - 1;
  1590. #ifdef YYLSP_NEEDED
  1591.       yylsp = yyls + size - 1;
  1592. #endif
  1593.  
  1594. #if YYDEBUG != 0
  1595.       if (yydebug)
  1596.     fprintf(stderr, "Stack size increased to %d\n", yystacksize);
  1597. #endif
  1598.  
  1599.       if (yyssp >= yyss + yystacksize - 1)
  1600.     YYABORT;
  1601.     }
  1602.  
  1603. #if YYDEBUG != 0
  1604.   if (yydebug)
  1605.     fprintf(stderr, "Entering state %d\n", yystate);
  1606. #endif
  1607.  
  1608.  yybackup:
  1609.  
  1610. /* Do appropriate processing given the current state.  */
  1611. /* Read a lookahead token if we need one and don't already have one.  */
  1612. /* yyresume: */
  1613.  
  1614.   /* First try to decide what to do without reference to lookahead token.  */
  1615.  
  1616.   yyn = yypact[yystate];
  1617.   if (yyn == YYFLAG)
  1618.     goto yydefault;
  1619.  
  1620.   /* Not known => get a lookahead token if don't already have one.  */
  1621.  
  1622.   /* yychar is either YYEMPTY or YYEOF
  1623.      or a valid token in external form.  */
  1624.  
  1625.   if (yychar == YYEMPTY)
  1626.     {
  1627. #if YYDEBUG != 0
  1628.       if (yydebug)
  1629.     fprintf(stderr, "Reading a token: ");
  1630. #endif
  1631.       yychar = YYLEX;
  1632.     }
  1633.  
  1634.   /* Convert token to internal form (in yychar1) for indexing tables with */
  1635.  
  1636.   if (yychar <= 0)        /* This means end of input. */
  1637.     {
  1638.       yychar1 = 0;
  1639.       yychar = YYEOF;        /* Don't call YYLEX any more */
  1640.  
  1641. #if YYDEBUG != 0
  1642.       if (yydebug)
  1643.     fprintf(stderr, "Now at end of input.\n");
  1644. #endif
  1645.     }
  1646.   else
  1647.     {
  1648.       yychar1 = YYTRANSLATE(yychar);
  1649.  
  1650. #if YYDEBUG != 0
  1651.       if (yydebug)
  1652.     {
  1653.       fprintf (stderr, "Next token is %d (%s", yychar, yytname[yychar1]);
  1654.       /* Give the individual parser a way to print the precise meaning
  1655.          of a token, for further debugging info.  */
  1656. #ifdef YYPRINT
  1657.       YYPRINT (stderr, yychar, yylval);
  1658. #endif
  1659.       fprintf (stderr, ")\n");
  1660.     }
  1661. #endif
  1662.     }
  1663.  
  1664.   yyn += yychar1;
  1665.   if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != yychar1)
  1666.     goto yydefault;
  1667.  
  1668.   yyn = yytable[yyn];
  1669.  
  1670.   /* yyn is what to do for this token type in this state.
  1671.      Negative => reduce, -yyn is rule number.
  1672.      Positive => shift, yyn is new state.
  1673.        New state is final state => don't bother to shift,
  1674.        just return success.
  1675.      0, or most negative number => error.  */
  1676.  
  1677.   if (yyn < 0)
  1678.     {
  1679.       if (yyn == YYFLAG)
  1680.     goto yyerrlab;
  1681.       yyn = -yyn;
  1682.       goto yyreduce;
  1683.     }
  1684.   else if (yyn == 0)
  1685.     goto yyerrlab;
  1686.  
  1687.   if (yyn == YYFINAL)
  1688.     YYACCEPT;
  1689.  
  1690.   /* Shift the lookahead token.  */
  1691.  
  1692. #if YYDEBUG != 0
  1693.   if (yydebug)
  1694.     fprintf(stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1]);
  1695. #endif
  1696.  
  1697.   /* Discard the token being shifted unless it is eof.  */
  1698.   if (yychar != YYEOF)
  1699.     yychar = YYEMPTY;
  1700.  
  1701.   *++yyvsp = yylval;
  1702. #ifdef YYLSP_NEEDED
  1703.   *++yylsp = yylloc;
  1704. #endif
  1705.  
  1706.   /* count tokens shifted since error; after three, turn off error status.  */
  1707.   if (yyerrstatus) yyerrstatus--;
  1708.  
  1709.   yystate = yyn;
  1710.   goto yynewstate;
  1711.  
  1712. /* Do the default action for the current state.  */
  1713. yydefault:
  1714.  
  1715.   yyn = yydefact[yystate];
  1716.   if (yyn == 0)
  1717.     goto yyerrlab;
  1718.  
  1719. /* Do a reduction.  yyn is the number of a rule to reduce with.  */
  1720. yyreduce:
  1721.   yylen = yyr2[yyn];
  1722.   yyval = yyvsp[1-yylen]; /* implement default value of the action */
  1723.  
  1724. #if YYDEBUG != 0
  1725.   if (yydebug)
  1726.     {
  1727.       int i;
  1728.  
  1729.       fprintf (stderr, "Reducing via rule %d (line %d), ",
  1730.            yyn, yyrline[yyn]);
  1731.  
  1732.       /* Print the symboles being reduced, and their result.  */
  1733.       for (i = yyprhs[yyn]; yyrhs[i] > 0; i++)
  1734.     fprintf (stderr, "%s ", yytname[yyrhs[i]]);
  1735.       fprintf (stderr, " -> %s\n", yytname[yyr1[yyn]]);
  1736.     }
  1737. #endif
  1738.  
  1739.  
  1740.   switch (yyn) {
  1741.  
  1742. case 1:
  1743. #line 109 "perly.y"
  1744. {
  1745. #if defined(YYDEBUG) && defined(DEBUGGING)
  1746.             yydebug = (debug & 1);
  1747. #endif
  1748.             expectterm = 2;
  1749.         ;
  1750.     break;}
  1751. case 2:
  1752. #line 116 "perly.y"
  1753. { if (in_eval)
  1754.                 eval_root = block_head(yyvsp[0].cmdval);
  1755.                 else
  1756.                 main_root = block_head(yyvsp[0].cmdval); ;
  1757.     break;}
  1758. case 3:
  1759. #line 123 "perly.y"
  1760. { yyval.compval.comp_true = yyvsp[-2].cmdval; yyval.compval.comp_alt = yyvsp[0].cmdval; ;
  1761.     break;}
  1762. case 4:
  1763. #line 125 "perly.y"
  1764. { yyval.compval.comp_true = yyvsp[-1].cmdval; yyval.compval.comp_alt = yyvsp[0].cmdval; ;
  1765.     break;}
  1766. case 5:
  1767. #line 129 "perly.y"
  1768. { yyval.cmdval = Nullcmd; ;
  1769.     break;}
  1770. case 6:
  1771. #line 131 "perly.y"
  1772. { yyval.cmdval = yyvsp[0].cmdval; ;
  1773.     break;}
  1774. case 7:
  1775. #line 133 "perly.y"
  1776. { cmdline = yyvsp[-4].ival;
  1777.                 yyval.cmdval = make_ccmd(C_ELSIF,1,yyvsp[-2].arg,yyvsp[0].compval); ;
  1778.     break;}
  1779. case 8:
  1780. #line 138 "perly.y"
  1781. { yyval.cmdval = block_head(yyvsp[-1].cmdval);
  1782.               if (cmdline > (line_t)yyvsp[-3].ival)
  1783.                   cmdline = yyvsp[-3].ival;
  1784.               if (savestack->ary_fill > yyvsp[-2].ival)
  1785.                 restorelist(yyvsp[-2].ival);
  1786.               expectterm = 2; ;
  1787.     break;}
  1788. case 9:
  1789. #line 147 "perly.y"
  1790. { yyval.ival = savestack->ary_fill; ;
  1791.     break;}
  1792. case 10:
  1793. #line 151 "perly.y"
  1794. { yyval.cmdval = Nullcmd; ;
  1795.     break;}
  1796. case 11:
  1797. #line 153 "perly.y"
  1798. { yyval.cmdval = append_line(yyvsp[-1].cmdval,yyvsp[0].cmdval); ;
  1799.     break;}
  1800. case 12:
  1801. #line 157 "perly.y"
  1802. { yyval.cmdval = Nullcmd; ;
  1803.     break;}
  1804. case 13:
  1805. #line 159 "perly.y"
  1806. { yyval.cmdval = add_label(yyvsp[-1].cval,yyvsp[0].cmdval); ;
  1807.     break;}
  1808. case 15:
  1809. #line 162 "perly.y"
  1810. { if (yyvsp[-1].cval != Nullch) {
  1811.                   yyval.cmdval = add_label(yyvsp[-1].cval, make_acmd(C_EXPR, Nullstab,
  1812.                   Nullarg, Nullarg) );
  1813.                 }
  1814.                 else {
  1815.                   yyval.cmdval = Nullcmd;
  1816.                   cmdline = NOLINE;
  1817.                 }
  1818.                 expectterm = 2; ;
  1819.     break;}
  1820. case 16:
  1821. #line 172 "perly.y"
  1822. { yyval.cmdval = add_label(yyvsp[-2].cval,yyvsp[-1].cmdval);
  1823.               expectterm = 2; ;
  1824.     break;}
  1825. case 17:
  1826. #line 177 "perly.y"
  1827. { yyval.cmdval = Nullcmd; ;
  1828.     break;}
  1829. case 18:
  1830. #line 179 "perly.y"
  1831. { yyval.cmdval = make_acmd(C_EXPR, Nullstab, yyvsp[0].arg, Nullarg); ;
  1832.     break;}
  1833. case 19:
  1834. #line 181 "perly.y"
  1835. { yyval.cmdval = addcond(
  1836.                    make_acmd(C_EXPR, Nullstab, Nullarg, yyvsp[-2].arg), yyvsp[0].arg); ;
  1837.     break;}
  1838. case 20:
  1839. #line 184 "perly.y"
  1840. { yyval.cmdval = addcond(invert(
  1841.                    make_acmd(C_EXPR, Nullstab, Nullarg, yyvsp[-2].arg)), yyvsp[0].arg); ;
  1842.     break;}
  1843. case 21:
  1844. #line 187 "perly.y"
  1845. { yyval.cmdval = addloop(
  1846.                    make_acmd(C_EXPR, Nullstab, Nullarg, yyvsp[-2].arg), yyvsp[0].arg); ;
  1847.     break;}
  1848. case 22:
  1849. #line 190 "perly.y"
  1850. { yyval.cmdval = addloop(invert(
  1851.                    make_acmd(C_EXPR, Nullstab, Nullarg, yyvsp[-2].arg)), yyvsp[0].arg); ;
  1852.     break;}
  1853. case 23:
  1854. #line 195 "perly.y"
  1855. { cmdline = yyvsp[-4].ival;
  1856.                 yyval.cmdval = make_icmd(C_IF,yyvsp[-2].arg,yyvsp[0].compval); ;
  1857.     break;}
  1858. case 24:
  1859. #line 198 "perly.y"
  1860. { cmdline = yyvsp[-4].ival;
  1861.                 yyval.cmdval = invert(make_icmd(C_IF,yyvsp[-2].arg,yyvsp[0].compval)); ;
  1862.     break;}
  1863. case 25:
  1864. #line 201 "perly.y"
  1865. { cmdline = yyvsp[-2].ival;
  1866.                 yyval.cmdval = make_icmd(C_IF,cmd_to_arg(yyvsp[-1].cmdval),yyvsp[0].compval); ;
  1867.     break;}
  1868. case 26:
  1869. #line 204 "perly.y"
  1870. { cmdline = yyvsp[-2].ival;
  1871.                 yyval.cmdval = invert(make_icmd(C_IF,cmd_to_arg(yyvsp[-1].cmdval),yyvsp[0].compval)); ;
  1872.     break;}
  1873. case 27:
  1874. #line 209 "perly.y"
  1875. { cmdline = yyvsp[-4].ival;
  1876.                 yyval.cmdval = wopt(add_label(yyvsp[-5].cval,
  1877.                 make_ccmd(C_WHILE,1,yyvsp[-2].arg,yyvsp[0].compval) )); ;
  1878.     break;}
  1879. case 28:
  1880. #line 213 "perly.y"
  1881. { cmdline = yyvsp[-4].ival;
  1882.                 yyval.cmdval = wopt(add_label(yyvsp[-5].cval,
  1883.                 invert(make_ccmd(C_WHILE,1,yyvsp[-2].arg,yyvsp[0].compval)) )); ;
  1884.     break;}
  1885. case 29:
  1886. #line 217 "perly.y"
  1887. { cmdline = yyvsp[-2].ival;
  1888.                 yyval.cmdval = wopt(add_label(yyvsp[-3].cval,
  1889.                 make_ccmd(C_WHILE, 1, cmd_to_arg(yyvsp[-1].cmdval),yyvsp[0].compval) )); ;
  1890.     break;}
  1891. case 30:
  1892. #line 221 "perly.y"
  1893. { cmdline = yyvsp[-2].ival;
  1894.                 yyval.cmdval = wopt(add_label(yyvsp[-3].cval,
  1895.                 invert(make_ccmd(C_WHILE,1,cmd_to_arg(yyvsp[-1].cmdval),yyvsp[0].compval)) )); ;
  1896.     break;}
  1897. case 31:
  1898. #line 225 "perly.y"
  1899. { cmdline = yyvsp[-5].ival;
  1900.                 /*
  1901.                  * The following gobbledygook catches EXPRs that
  1902.                  * aren't explicit array refs and translates
  1903.                  *        foreach VAR (EXPR) {
  1904.                  * into
  1905.                  *        @ary = EXPR;
  1906.                  *        foreach VAR (@ary) {
  1907.                  * where @ary is a hidden array made by genstab().
  1908.                  * (Note that @ary may become a local array if
  1909.                  * it is determined that it might be called
  1910.                  * recursively.  See cmd_tosave().)
  1911.                  */
  1912.                 if (yyvsp[-2].arg->arg_type != O_ARRAY) {
  1913.                 scrstab = aadd(genstab());
  1914.                 yyval.cmdval = append_line(
  1915.                     make_acmd(C_EXPR, Nullstab,
  1916.                       l(make_op(O_ASSIGN,2,
  1917.                     listish(make_op(O_ARRAY, 1,
  1918.                       stab2arg(A_STAB,scrstab),
  1919.                       Nullarg,Nullarg )),
  1920.                     listish(make_list(yyvsp[-2].arg)),
  1921.                     Nullarg)),
  1922.                       Nullarg),
  1923.                     wopt(over(yyvsp[-4].stabval,add_label(yyvsp[-6].cval,
  1924.                       make_ccmd(C_WHILE, 0,
  1925.                     make_op(O_ARRAY, 1,
  1926.                       stab2arg(A_STAB,scrstab),
  1927.                       Nullarg,Nullarg ),
  1928.                     yyvsp[0].compval)))));
  1929.                 yyval.cmdval->c_line = yyvsp[-5].ival;
  1930.                 yyval.cmdval->c_head->c_line = yyvsp[-5].ival;
  1931.                 }
  1932.                 else {
  1933.                 yyval.cmdval = wopt(over(yyvsp[-4].stabval,add_label(yyvsp[-6].cval,
  1934.                 make_ccmd(C_WHILE,1,yyvsp[-2].arg,yyvsp[0].compval) )));
  1935.                 }
  1936.             ;
  1937.     break;}
  1938. case 32:
  1939. #line 264 "perly.y"
  1940. { cmdline = yyvsp[-4].ival;
  1941.                 if (yyvsp[-2].arg->arg_type != O_ARRAY) {
  1942.                 scrstab = aadd(genstab());
  1943.                 yyval.cmdval = append_line(
  1944.                     make_acmd(C_EXPR, Nullstab,
  1945.                       l(make_op(O_ASSIGN,2,
  1946.                     listish(make_op(O_ARRAY, 1,
  1947.                       stab2arg(A_STAB,scrstab),
  1948.                       Nullarg,Nullarg )),
  1949.                     listish(make_list(yyvsp[-2].arg)),
  1950.                     Nullarg)),
  1951.                       Nullarg),
  1952.                     wopt(over(defstab,add_label(yyvsp[-5].cval,
  1953.                       make_ccmd(C_WHILE, 0,
  1954.                     make_op(O_ARRAY, 1,
  1955.                       stab2arg(A_STAB,scrstab),
  1956.                       Nullarg,Nullarg ),
  1957.                     yyvsp[0].compval)))));
  1958.                 yyval.cmdval->c_line = yyvsp[-4].ival;
  1959.                 yyval.cmdval->c_head->c_line = yyvsp[-4].ival;
  1960.                 }
  1961.                 else {    /* lisp, anyone? */
  1962.                 yyval.cmdval = wopt(over(defstab,add_label(yyvsp[-5].cval,
  1963.                 make_ccmd(C_WHILE,1,yyvsp[-2].arg,yyvsp[0].compval) )));
  1964.                 }
  1965.             ;
  1966.     break;}
  1967. case 33:
  1968. #line 292 "perly.y"
  1969. {   yyval.compval.comp_true = yyvsp[0].cmdval;
  1970.                 yyval.compval.comp_alt = yyvsp[-2].cmdval;
  1971.                 cmdline = yyvsp[-8].ival;
  1972.                 yyval.cmdval = append_line(yyvsp[-6].cmdval,wopt(add_label(yyvsp[-9].cval,
  1973.                 make_ccmd(C_WHILE,1,yyvsp[-4].arg,yyval.compval) ))); ;
  1974.     break;}
  1975. case 34:
  1976. #line 298 "perly.y"
  1977. { yyval.cmdval = add_label(yyvsp[-1].cval,make_ccmd(C_BLOCK,1,Nullarg,yyvsp[0].compval)); ;
  1978.     break;}
  1979. case 35:
  1980. #line 302 "perly.y"
  1981. { yyval.cmdval = Nullcmd; ;
  1982.     break;}
  1983. case 37:
  1984. #line 307 "perly.y"
  1985. { (void)scanstr("1",SCAN_DEF); yyval.arg = yylval.arg; ;
  1986.     break;}
  1987. case 39:
  1988. #line 312 "perly.y"
  1989. { yyval.cval = Nullch; ;
  1990.     break;}
  1991. case 41:
  1992. #line 317 "perly.y"
  1993. { yyval.ival = 0; ;
  1994.     break;}
  1995. case 42:
  1996. #line 319 "perly.y"
  1997. { yyval.ival = 0; ;
  1998.     break;}
  1999. case 43:
  2000. #line 321 "perly.y"
  2001. { yyval.ival = 0; ;
  2002.     break;}
  2003. case 44:
  2004. #line 325 "perly.y"
  2005. { if (strEQ(yyvsp[-2].cval,"stdout"))
  2006.                 make_form(stabent("STDOUT",TRUE),yyvsp[0].formval);
  2007.               else if (strEQ(yyvsp[-2].cval,"stderr"))
  2008.                 make_form(stabent("STDERR",TRUE),yyvsp[0].formval);
  2009.               else
  2010.                 make_form(stabent(yyvsp[-2].cval,TRUE),yyvsp[0].formval);
  2011.               Safefree(yyvsp[-2].cval); yyvsp[-2].cval = Nullch; ;
  2012.     break;}
  2013. case 45:
  2014. #line 333 "perly.y"
  2015. { make_form(stabent("STDOUT",TRUE),yyvsp[0].formval); ;
  2016.     break;}
  2017. case 46:
  2018. #line 337 "perly.y"
  2019. { make_sub(yyvsp[-1].cval,yyvsp[0].cmdval);
  2020.               cmdline = NOLINE;
  2021.               if (savestack->ary_fill > yyvsp[-2].ival)
  2022.                 restorelist(yyvsp[-2].ival); ;
  2023.     break;}
  2024. case 47:
  2025. #line 344 "perly.y"
  2026. { char tmpbuf[256];
  2027.               STAB *tmpstab;
  2028.  
  2029.               savehptr(&curstash);
  2030.               saveitem(curstname);
  2031.               str_set(curstname,yyvsp[-1].cval);
  2032.               sprintf(tmpbuf,"'_%s",yyvsp[-1].cval);
  2033.               tmpstab = stabent(tmpbuf,TRUE);
  2034.               if (!stab_xhash(tmpstab))
  2035.                   stab_xhash(tmpstab) = hnew(0);
  2036.               curstash = stab_xhash(tmpstab);
  2037.               if (!curstash->tbl_name)
  2038.                   curstash->tbl_name = savestr(yyvsp[-1].cval);
  2039.               curstash->tbl_coeffsize = 0;
  2040.               Safefree(yyvsp[-1].cval); yyvsp[-1].cval = Nullch;
  2041.               cmdline = NOLINE;
  2042.               expectterm = 2;
  2043.             ;
  2044.     break;}
  2045. case 48:
  2046. #line 365 "perly.y"
  2047. { yyval.arg = yyvsp[0].arg; ;
  2048.     break;}
  2049. case 49:
  2050. #line 369 "perly.y"
  2051. { yyval.arg = make_op(O_COMMA, 2, yyvsp[-2].arg, yyvsp[0].arg, Nullarg); ;
  2052.     break;}
  2053. case 51:
  2054. #line 374 "perly.y"
  2055. { yyval.arg = yyvsp[0].arg; ;
  2056.     break;}
  2057. case 52:
  2058. #line 378 "perly.y"
  2059. {   yyvsp[-2].arg = listish(yyvsp[-2].arg);
  2060.                 if (yyvsp[-2].arg->arg_type == O_ASSIGN && yyvsp[-2].arg->arg_len == 1)
  2061.                 yyvsp[-2].arg->arg_type = O_ITEM;    /* a local() */
  2062.                 if (yyvsp[-2].arg->arg_type == O_LIST)
  2063.                 yyvsp[0].arg = listish(yyvsp[0].arg);
  2064.                 yyval.arg = l(make_op(O_ASSIGN, 2, yyvsp[-2].arg, yyvsp[0].arg, Nullarg)); ;
  2065.     break;}
  2066. case 53:
  2067. #line 385 "perly.y"
  2068. { yyval.arg = l(make_op(O_POW, 2, yyvsp[-3].arg, yyvsp[0].arg, Nullarg)); ;
  2069.     break;}
  2070. case 54:
  2071. #line 387 "perly.y"
  2072. { yyval.arg = l(make_op(yyvsp[-2].ival, 2, yyvsp[-3].arg, yyvsp[0].arg, Nullarg)); ;
  2073.     break;}
  2074. case 55:
  2075. #line 389 "perly.y"
  2076. { yyval.arg = rcatmaybe(l(make_op(yyvsp[-2].ival, 2, yyvsp[-3].arg, yyvsp[0].arg, Nullarg)));;
  2077.     break;}
  2078. case 56:
  2079. #line 391 "perly.y"
  2080. { yyval.arg = l(make_op(O_LEFT_SHIFT, 2, yyvsp[-3].arg, yyvsp[0].arg, Nullarg)); ;
  2081.     break;}
  2082. case 57:
  2083. #line 393 "perly.y"
  2084. { yyval.arg = l(make_op(O_RIGHT_SHIFT, 2, yyvsp[-3].arg, yyvsp[0].arg, Nullarg)); ;
  2085.     break;}
  2086. case 58:
  2087. #line 395 "perly.y"
  2088. { yyval.arg = l(make_op(O_BIT_AND, 2, yyvsp[-3].arg, yyvsp[0].arg, Nullarg)); ;
  2089.     break;}
  2090. case 59:
  2091. #line 397 "perly.y"
  2092. { yyval.arg = l(make_op(O_XOR, 2, yyvsp[-3].arg, yyvsp[0].arg, Nullarg)); ;
  2093.     break;}
  2094. case 60:
  2095. #line 399 "perly.y"
  2096. { yyval.arg = l(make_op(O_BIT_OR, 2, yyvsp[-3].arg, yyvsp[0].arg, Nullarg)); ;
  2097.     break;}
  2098. case 61:
  2099. #line 403 "perly.y"
  2100. { yyval.arg = make_op(O_POW, 2, yyvsp[-2].arg, yyvsp[0].arg, Nullarg); ;
  2101.     break;}
  2102. case 62:
  2103. #line 405 "perly.y"
  2104. { if (yyvsp[-1].ival == O_REPEAT)
  2105.                   yyvsp[-2].arg = listish(yyvsp[-2].arg);
  2106.                 yyval.arg = make_op(yyvsp[-1].ival, 2, yyvsp[-2].arg, yyvsp[0].arg, Nullarg);
  2107.                 if (yyvsp[-1].ival == O_REPEAT) {
  2108.                 if (yyval.arg[1].arg_type != A_EXPR ||
  2109.                   yyval.arg[1].arg_ptr.arg_arg->arg_type != O_LIST)
  2110.                     yyval.arg[1].arg_flags &= ~AF_ARYOK;
  2111.                 } ;
  2112.     break;}
  2113. case 63:
  2114. #line 414 "perly.y"
  2115. { yyval.arg = make_op(yyvsp[-1].ival, 2, yyvsp[-2].arg, yyvsp[0].arg, Nullarg); ;
  2116.     break;}
  2117. case 64:
  2118. #line 416 "perly.y"
  2119. { yyval.arg = make_op(O_LEFT_SHIFT, 2, yyvsp[-2].arg, yyvsp[0].arg, Nullarg); ;
  2120.     break;}
  2121. case 65:
  2122. #line 418 "perly.y"
  2123. { yyval.arg = make_op(O_RIGHT_SHIFT, 2, yyvsp[-2].arg, yyvsp[0].arg, Nullarg); ;
  2124.     break;}
  2125. case 66:
  2126. #line 420 "perly.y"
  2127. { yyval.arg = make_op(yyvsp[-1].ival, 2, yyvsp[-2].arg, yyvsp[0].arg, Nullarg); ;
  2128.     break;}
  2129. case 67:
  2130. #line 422 "perly.y"
  2131. { yyval.arg = make_op(yyvsp[-1].ival, 2, yyvsp[-2].arg, yyvsp[0].arg, Nullarg); ;
  2132.     break;}
  2133. case 68:
  2134. #line 424 "perly.y"
  2135. { yyval.arg = make_op(O_BIT_AND, 2, yyvsp[-2].arg, yyvsp[0].arg, Nullarg); ;
  2136.     break;}
  2137. case 69:
  2138. #line 426 "perly.y"
  2139. { yyval.arg = make_op(O_XOR, 2, yyvsp[-2].arg, yyvsp[0].arg, Nullarg); ;
  2140.     break;}
  2141. case 70:
  2142. #line 428 "perly.y"
  2143. { yyval.arg = make_op(O_BIT_OR, 2, yyvsp[-2].arg, yyvsp[0].arg, Nullarg); ;
  2144.     break;}
  2145. case 71:
  2146. #line 430 "perly.y"
  2147. { arg4 = Nullarg;
  2148.               yyval.arg = make_op(O_F_OR_R, 4, yyvsp[-2].arg, yyvsp[0].arg, Nullarg);
  2149.               yyval.arg[0].arg_flags |= yyvsp[-1].ival; ;
  2150.     break;}
  2151. case 72:
  2152. #line 434 "perly.y"
  2153. { yyval.arg = make_op(O_AND, 2, yyvsp[-2].arg, yyvsp[0].arg, Nullarg); ;
  2154.     break;}
  2155. case 73:
  2156. #line 436 "perly.y"
  2157. { yyval.arg = make_op(O_OR, 2, yyvsp[-2].arg, yyvsp[0].arg, Nullarg); ;
  2158.     break;}
  2159. case 74:
  2160. #line 438 "perly.y"
  2161. { yyval.arg = make_op(O_COND_EXPR, 3, yyvsp[-4].arg, yyvsp[-2].arg, yyvsp[0].arg); ;
  2162.     break;}
  2163. case 75:
  2164. #line 440 "perly.y"
  2165. { yyval.arg = mod_match(O_MATCH, yyvsp[-2].arg, yyvsp[0].arg); ;
  2166.     break;}
  2167. case 76:
  2168. #line 442 "perly.y"
  2169. { yyval.arg = mod_match(O_NMATCH, yyvsp[-2].arg, yyvsp[0].arg); ;
  2170.     break;}
  2171. case 77:
  2172. #line 444 "perly.y"
  2173. { yyval.arg = yyvsp[0].arg; ;
  2174.     break;}
  2175. case 78:
  2176. #line 448 "perly.y"
  2177. { yyval.arg = make_op(O_NEGATE, 1, yyvsp[0].arg, Nullarg, Nullarg); ;
  2178.     break;}
  2179. case 79:
  2180. #line 450 "perly.y"
  2181. { yyval.arg = yyvsp[0].arg; ;
  2182.     break;}
  2183. case 80:
  2184. #line 452 "perly.y"
  2185. { yyval.arg = make_op(O_NOT, 1, yyvsp[0].arg, Nullarg, Nullarg); ;
  2186.     break;}
  2187. case 81:
  2188. #line 454 "perly.y"
  2189. { yyval.arg = make_op(O_COMPLEMENT, 1, yyvsp[0].arg, Nullarg, Nullarg);;
  2190.     break;}
  2191. case 82:
  2192. #line 456 "perly.y"
  2193. { yyval.arg = addflags(1, AF_POST|AF_UP,
  2194.                 l(make_op(O_ITEM,1,yyvsp[-1].arg,Nullarg,Nullarg))); ;
  2195.     break;}
  2196. case 83:
  2197. #line 459 "perly.y"
  2198. { yyval.arg = addflags(1, AF_POST,
  2199.                 l(make_op(O_ITEM,1,yyvsp[-1].arg,Nullarg,Nullarg))); ;
  2200.     break;}
  2201. case 84:
  2202. #line 462 "perly.y"
  2203. { yyval.arg = addflags(1, AF_PRE|AF_UP,
  2204.                 l(make_op(O_ITEM,1,yyvsp[0].arg,Nullarg,Nullarg))); ;
  2205.     break;}
  2206. case 85:
  2207. #line 465 "perly.y"
  2208. { yyval.arg = addflags(1, AF_PRE,
  2209.                 l(make_op(O_ITEM,1,yyvsp[0].arg,Nullarg,Nullarg))); ;
  2210.     break;}
  2211. case 86:
  2212. #line 468 "perly.y"
  2213. { opargs[yyvsp[-1].ival] = 0;    /* force it special */
  2214.                 yyval.arg = make_op(yyvsp[-1].ival, 1,
  2215.                 stab2arg(A_STAB,stabent(yyvsp[0].cval,TRUE)),
  2216.                 Nullarg, Nullarg);
  2217.                 Safefree(yyvsp[0].cval); yyvsp[0].cval = Nullch;
  2218.             ;
  2219.     break;}
  2220. case 87:
  2221. #line 475 "perly.y"
  2222. { opargs[yyvsp[-1].ival] = 1;
  2223.                 yyval.arg = make_op(yyvsp[-1].ival, 1, yyvsp[0].arg, Nullarg, Nullarg); ;
  2224.     break;}
  2225. case 88:
  2226. #line 478 "perly.y"
  2227. { opargs[yyvsp[0].ival] = (yyvsp[0].ival != O_FTTTY);
  2228.                 yyval.arg = make_op(yyvsp[0].ival, 1,
  2229.                 stab2arg(A_STAB,
  2230.                   yyvsp[0].ival == O_FTTTY?stabent("STDIN",TRUE):defstab),
  2231.                 Nullarg, Nullarg); ;
  2232.     break;}
  2233. case 89:
  2234. #line 484 "perly.y"
  2235. { yyval.arg = l(localize(make_op(O_ASSIGN, 1,
  2236.                 localize(listish(make_list(yyvsp[-1].arg))),
  2237.                 Nullarg,Nullarg))); ;
  2238.     break;}
  2239. case 90:
  2240. #line 488 "perly.y"
  2241. { yyval.arg = make_list(yyvsp[-1].arg); ;
  2242.     break;}
  2243. case 91:
  2244. #line 490 "perly.y"
  2245. { yyval.arg = make_list(Nullarg); ;
  2246.     break;}
  2247. case 92:
  2248. #line 492 "perly.y"
  2249. { yyval.arg = make_op(O_DOFILE,2,yyvsp[0].arg,Nullarg,Nullarg);
  2250.               allstabs = TRUE;;
  2251.     break;}
  2252. case 93:
  2253. #line 495 "perly.y"
  2254. { yyval.arg = cmd_to_arg(yyvsp[0].cmdval); ;
  2255.     break;}
  2256. case 94:
  2257. #line 497 "perly.y"
  2258. { yyval.arg = stab2arg(A_STAB,yyvsp[0].stabval); ;
  2259.     break;}
  2260. case 95:
  2261. #line 499 "perly.y"
  2262. { yyval.arg = stab2arg(A_STAR,yyvsp[0].stabval); ;
  2263.     break;}
  2264. case 96:
  2265. #line 501 "perly.y"
  2266. { yyval.arg = make_op(O_AELEM, 2,
  2267.                 stab2arg(A_STAB,aadd(yyvsp[-3].stabval)), yyvsp[-1].arg, Nullarg); ;
  2268.     break;}
  2269. case 97:
  2270. #line 504 "perly.y"
  2271. { yyval.arg = make_op(O_HASH, 1,
  2272.                 stab2arg(A_STAB,yyvsp[0].stabval),
  2273.                 Nullarg, Nullarg); ;
  2274.     break;}
  2275. case 98:
  2276. #line 508 "perly.y"
  2277. { yyval.arg = make_op(O_ARRAY, 1,
  2278.                 stab2arg(A_STAB,yyvsp[0].stabval),
  2279.                 Nullarg, Nullarg); ;
  2280.     break;}
  2281. case 99:
  2282. #line 512 "perly.y"
  2283. { yyval.arg = make_op(O_HELEM, 2,
  2284.                 stab2arg(A_STAB,hadd(yyvsp[-4].stabval)),
  2285.                 jmaybe(yyvsp[-2].arg),
  2286.                 Nullarg);
  2287.                 expectterm = FALSE; ;
  2288.     break;}
  2289. case 100:
  2290. #line 518 "perly.y"
  2291. { yyval.arg = make_op(O_LSLICE, 3,
  2292.                 Nullarg,
  2293.                 listish(make_list(yyvsp[-1].arg)),
  2294.                 listish(make_list(yyvsp[-4].arg))); ;
  2295.     break;}
  2296. case 101:
  2297. #line 523 "perly.y"
  2298. { yyval.arg = make_op(O_LSLICE, 3,
  2299.                 Nullarg,
  2300.                 listish(make_list(yyvsp[-1].arg)),
  2301.                 Nullarg); ;
  2302.     break;}
  2303. case 102:
  2304. #line 528 "perly.y"
  2305. { yyval.arg = make_op(O_ASLICE, 2,
  2306.                 stab2arg(A_STAB,aadd(yyvsp[-3].stabval)),
  2307.                 listish(make_list(yyvsp[-1].arg)),
  2308.                 Nullarg); ;
  2309.     break;}
  2310. case 103:
  2311. #line 533 "perly.y"
  2312. { yyval.arg = make_op(O_HSLICE, 2,
  2313.                 stab2arg(A_STAB,hadd(yyvsp[-4].stabval)),
  2314.                 listish(make_list(yyvsp[-2].arg)),
  2315.                 Nullarg);
  2316.                 expectterm = FALSE; ;
  2317.     break;}
  2318. case 104:
  2319. #line 539 "perly.y"
  2320. { yyval.arg = make_op(O_DELETE, 2,
  2321.                 stab2arg(A_STAB,hadd(yyvsp[-4].stabval)),
  2322.                 jmaybe(yyvsp[-2].arg),
  2323.                 Nullarg);
  2324.                 expectterm = FALSE; ;
  2325.     break;}
  2326. case 105:
  2327. #line 545 "perly.y"
  2328. { yyval.arg = make_op(O_DELETE, 2,
  2329.                 stab2arg(A_STAB,hadd(yyvsp[-5].stabval)),
  2330.                 jmaybe(yyvsp[-4].ival),
  2331.                 Nullarg);
  2332.                 expectterm = FALSE; ;
  2333.     break;}
  2334. case 106:
  2335. #line 551 "perly.y"
  2336. { yyval.arg = stab2arg(A_ARYLEN,yyvsp[0].stabval); ;
  2337.     break;}
  2338. case 107:
  2339. #line 553 "perly.y"
  2340. { yyval.arg = yyvsp[0].arg; ;
  2341.     break;}
  2342. case 108:
  2343. #line 555 "perly.y"
  2344. { yyval.arg = yyvsp[0].arg; ;
  2345.     break;}
  2346. case 109:
  2347. #line 557 "perly.y"
  2348. { yyval.arg = yyvsp[0].arg; ;
  2349.     break;}
  2350. case 110:
  2351. #line 559 "perly.y"
  2352. { yyval.arg = yyvsp[0].arg; ;
  2353.     break;}
  2354. case 111:
  2355. #line 561 "perly.y"
  2356. { yyval.arg = make_op((perldb ? O_DBSUBR : O_SUBR), 2,
  2357.                 stab2arg(A_WORD,stabent(yyvsp[-3].cval,MULTI)),
  2358.                 make_list(yyvsp[-1].arg),
  2359.                 Nullarg); Safefree(yyvsp[-3].cval); yyvsp[-3].cval = Nullch;
  2360.                 yyval.arg->arg_flags |= AF_DEPR; ;
  2361.     break;}
  2362. case 112:
  2363. #line 567 "perly.y"
  2364. { yyval.arg = make_op((perldb ? O_DBSUBR : O_SUBR), 2,
  2365.                 stab2arg(A_WORD,stabent(yyvsp[-3].cval,MULTI)),
  2366.                 make_list(yyvsp[-1].arg),
  2367.                 Nullarg); Safefree(yyvsp[-3].cval); yyvsp[-3].cval = Nullch; ;
  2368.     break;}
  2369. case 113:
  2370. #line 572 "perly.y"
  2371. { yyval.arg = make_op((perldb ? O_DBSUBR : O_SUBR), 2,
  2372.                 stab2arg(A_WORD,stabent(yyvsp[-2].cval,MULTI)),
  2373.                 make_list(Nullarg),
  2374.                 Nullarg);
  2375.                 Safefree(yyvsp[-2].cval); yyvsp[-2].cval = Nullch;
  2376.                 yyval.arg->arg_flags |= AF_DEPR; ;
  2377.     break;}
  2378. case 114:
  2379. #line 579 "perly.y"
  2380. { yyval.arg = make_op((perldb ? O_DBSUBR : O_SUBR), 2,
  2381.                 stab2arg(A_WORD,stabent(yyvsp[-2].cval,MULTI)),
  2382.                 make_list(Nullarg),
  2383.                 Nullarg);
  2384.                 Safefree(yyvsp[-2].cval); yyvsp[-2].cval = Nullch;
  2385.             ;
  2386.     break;}
  2387. case 115:
  2388. #line 586 "perly.y"
  2389. { yyval.arg = make_op((perldb ? O_DBSUBR : O_SUBR), 2,
  2390.                 stab2arg(A_WORD,stabent(yyvsp[0].cval,MULTI)),
  2391.                 Nullarg,
  2392.                 Nullarg);
  2393.                 Safefree(yyvsp[0].cval); yyvsp[0].cval = Nullch;
  2394.             ;
  2395.     break;}
  2396. case 116:
  2397. #line 593 "perly.y"
  2398. { yyval.arg = make_op((perldb ? O_DBSUBR : O_SUBR), 2,
  2399.                 stab2arg(A_STAB,yyvsp[-3].stabval),
  2400.                 make_list(yyvsp[-1].arg),
  2401.                 Nullarg);
  2402.                 yyval.arg->arg_flags |= AF_DEPR; ;
  2403.     break;}
  2404. case 117:
  2405. #line 599 "perly.y"
  2406. { yyval.arg = make_op((perldb ? O_DBSUBR : O_SUBR), 2,
  2407.                 stab2arg(A_STAB,yyvsp[-3].stabval),
  2408.                 make_list(yyvsp[-1].arg),
  2409.                 Nullarg); ;
  2410.     break;}
  2411. case 118:
  2412. #line 604 "perly.y"
  2413. { yyval.arg = make_op((perldb ? O_DBSUBR : O_SUBR), 2,
  2414.                 stab2arg(A_STAB,yyvsp[-2].stabval),
  2415.                 make_list(Nullarg),
  2416.                 Nullarg);
  2417.                 yyval.arg->arg_flags |= AF_DEPR; ;
  2418.     break;}
  2419. case 119:
  2420. #line 610 "perly.y"
  2421. { yyval.arg = make_op((perldb ? O_DBSUBR : O_SUBR), 2,
  2422.                 stab2arg(A_STAB,yyvsp[-2].stabval),
  2423.                 make_list(Nullarg),
  2424.                 Nullarg); ;
  2425.     break;}
  2426. case 120:
  2427. #line 615 "perly.y"
  2428. { yyval.arg = make_op((perldb ? O_DBSUBR : O_SUBR), 2,
  2429.                 stab2arg(A_STAB,yyvsp[0].stabval),
  2430.                 Nullarg,
  2431.                 Nullarg); ;
  2432.     break;}
  2433. case 121:
  2434. #line 620 "perly.y"
  2435. { yyval.arg = make_op(yyvsp[0].ival,0,Nullarg,Nullarg,Nullarg); ;
  2436.     break;}
  2437. case 122:
  2438. #line 622 "perly.y"
  2439. { yyval.arg = make_op(yyvsp[-1].ival,1,cval_to_arg(yyvsp[0].cval),
  2440.                 Nullarg,Nullarg); ;
  2441.     break;}
  2442. case 123:
  2443. #line 625 "perly.y"
  2444. { yyval.arg = make_op(yyvsp[0].ival,0,Nullarg,Nullarg,Nullarg); ;
  2445.     break;}
  2446. case 124:
  2447. #line 627 "perly.y"
  2448. { yyval.arg = make_op(yyvsp[-1].ival,1,cmd_to_arg(yyvsp[0].cmdval),Nullarg,Nullarg); ;
  2449.     break;}
  2450. case 125:
  2451. #line 629 "perly.y"
  2452. { yyval.arg = make_op(yyvsp[-1].ival,1,yyvsp[0].arg,Nullarg,Nullarg); ;
  2453.     break;}
  2454. case 126:
  2455. #line 631 "perly.y"
  2456. { yyval.arg = make_op(O_SELECT, 0, Nullarg, Nullarg, Nullarg);;
  2457.     break;}
  2458. case 127:
  2459. #line 633 "perly.y"
  2460. { yyval.arg = make_op(O_SELECT, 1,
  2461.                 stab2arg(A_WORD,stabent(yyvsp[0].cval,TRUE)),
  2462.                 Nullarg,
  2463.                 Nullarg);
  2464.                 Safefree(yyvsp[0].cval); yyvsp[0].cval = Nullch; ;
  2465.     break;}
  2466. case 128:
  2467. #line 639 "perly.y"
  2468. { yyval.arg = make_op(O_SELECT, 1, yyvsp[-1].arg, Nullarg, Nullarg); ;
  2469.     break;}
  2470. case 129:
  2471. #line 641 "perly.y"
  2472. { arg4 = yyvsp[-1].arg;
  2473.               yyval.arg = make_op(O_SSELECT, 4, yyvsp[-4].arg, yyvsp[-3].arg, yyvsp[-2].arg); ;
  2474.     break;}
  2475. case 130:
  2476. #line 644 "perly.y"
  2477. { yyval.arg = make_op(O_OPEN, 2,
  2478.                 stab2arg(A_WORD,stabent(yyvsp[0].cval,TRUE)),
  2479.                 stab2arg(A_STAB,stabent(yyvsp[0].cval,TRUE)),
  2480.                 Nullarg);
  2481.                 Safefree(yyvsp[0].cval); yyvsp[0].cval = Nullch;
  2482.             ;
  2483.     break;}
  2484. case 131:
  2485. #line 651 "perly.y"
  2486. { yyval.arg = make_op(O_OPEN, 2,
  2487.                 stab2arg(A_WORD,stabent(yyvsp[-1].cval,TRUE)),
  2488.                 stab2arg(A_STAB,stabent(yyvsp[-1].cval,TRUE)),
  2489.                 Nullarg);
  2490.                 Safefree(yyvsp[-1].cval); yyvsp[-1].cval = Nullch;
  2491.             ;
  2492.     break;}
  2493. case 132:
  2494. #line 658 "perly.y"
  2495. { yyval.arg = make_op(O_OPEN, 2,
  2496.                 yyvsp[-2].arg,
  2497.                 yyvsp[-1].arg, Nullarg); ;
  2498.     break;}
  2499. case 133:
  2500. #line 662 "perly.y"
  2501. { yyval.arg = make_op(yyvsp[-3].ival, 1,
  2502.                 yyvsp[-1].arg,
  2503.                 Nullarg, Nullarg); ;
  2504.     break;}
  2505. case 134:
  2506. #line 666 "perly.y"
  2507. { yyval.arg = make_op(yyvsp[-1].ival, 1,
  2508.                 stab2arg(A_WORD,stabent(yyvsp[0].cval,TRUE)),
  2509.                 Nullarg, Nullarg);
  2510.               Safefree(yyvsp[0].cval); yyvsp[0].cval = Nullch; ;
  2511.     break;}
  2512. case 135:
  2513. #line 671 "perly.y"
  2514. { yyval.arg = make_op(yyvsp[-1].ival, 1,
  2515.                 stab2arg(A_STAB,yyvsp[0].stabval),
  2516.                 Nullarg, Nullarg); ;
  2517.     break;}
  2518. case 136:
  2519. #line 675 "perly.y"
  2520. { yyval.arg = make_op(yyvsp[-2].ival, 1,
  2521.                 stab2arg(A_WORD,Nullstab),
  2522.                 Nullarg, Nullarg); ;
  2523.     break;}
  2524. case 137:
  2525. #line 679 "perly.y"
  2526. { yyval.arg = make_op(yyvsp[0].ival, 0,
  2527.                 Nullarg, Nullarg, Nullarg); ;
  2528.     break;}
  2529. case 138:
  2530. #line 682 "perly.y"
  2531. { yyval.arg = make_op(yyvsp[-4].ival, 2, yyvsp[-2].arg, yyvsp[-1].arg, Nullarg); ;
  2532.     break;}
  2533. case 139:
  2534. #line 684 "perly.y"
  2535. { yyval.arg = make_op(yyvsp[-5].ival, 3, yyvsp[-3].arg, yyvsp[-2].arg, make_list(yyvsp[-1].arg)); ;
  2536.     break;}
  2537. case 140:
  2538. #line 686 "perly.y"
  2539. { yyval.arg = make_op(yyvsp[-5].ival, 2, yyvsp[-3].arg, yyvsp[-1].arg, Nullarg); ;
  2540.     break;}
  2541. case 141:
  2542. #line 688 "perly.y"
  2543. { arg4 = yyvsp[-1].arg; yyval.arg = make_op(yyvsp[-6].ival, 4, yyvsp[-4].arg, yyvsp[-3].arg, yyvsp[-2].arg); ;
  2544.     break;}
  2545. case 142:
  2546. #line 690 "perly.y"
  2547. { arg4 = yyvsp[-2].arg; arg5 = yyvsp[-1].arg;
  2548.               yyval.arg = make_op(yyvsp[-8].ival, 5, yyvsp[-6].arg, yyvsp[-4].arg, yyvsp[-3].arg); ;
  2549.     break;}
  2550. case 143:
  2551. #line 693 "perly.y"
  2552. { yyval.arg = make_op(yyvsp[-5].ival, 2,
  2553.                 yyvsp[-3].arg,
  2554.                 make_list(yyvsp[-1].arg),
  2555.                 Nullarg); ;
  2556.     break;}
  2557. case 144:
  2558. #line 698 "perly.y"
  2559. { yyval.arg = make_op(O_POP, 1, yyvsp[0].arg, Nullarg, Nullarg); ;
  2560.     break;}
  2561. case 145:
  2562. #line 700 "perly.y"
  2563. { yyval.arg = make_op(O_POP, 1, yyvsp[-1].arg, Nullarg, Nullarg); ;
  2564.     break;}
  2565. case 146:
  2566. #line 702 "perly.y"
  2567. { yyval.arg = make_op(O_SHIFT, 1, yyvsp[0].arg, Nullarg, Nullarg); ;
  2568.     break;}
  2569. case 147:
  2570. #line 704 "perly.y"
  2571. { yyval.arg = make_op(O_SHIFT, 1, yyvsp[-1].arg, Nullarg, Nullarg); ;
  2572.     break;}
  2573. case 148:
  2574. #line 706 "perly.y"
  2575. { yyval.arg = make_op(O_SHIFT, 1,
  2576.                 stab2arg(A_STAB,
  2577.                   aadd(stabent(subline ? "_" : "ARGV", TRUE))),
  2578.                 Nullarg, Nullarg); ;
  2579.     break;}
  2580. case 149:
  2581. #line 711 "perly.y"
  2582. {   static char p[]="/\\s+/";
  2583.                 char *oldend = bufend;
  2584.                 ARG *oldarg = yylval.arg;
  2585.                 
  2586.                 bufend=p+5;
  2587.                 (void)scanpat(p);
  2588.                 bufend=oldend;
  2589.                 yyval.arg = make_split(defstab,yylval.arg,Nullarg);
  2590.                 yylval.arg = oldarg; ;
  2591.     break;}
  2592. case 150:
  2593. #line 721 "perly.y"
  2594. { yyval.arg = mod_match(O_MATCH, yyvsp[-2].arg,
  2595.               make_split(defstab,yyvsp[-3].arg,yyvsp[-1].arg));;
  2596.     break;}
  2597. case 151:
  2598. #line 724 "perly.y"
  2599. { yyval.arg = mod_match(O_MATCH, yyvsp[-1].arg,
  2600.               make_split(defstab,yyvsp[-2].arg,Nullarg) ); ;
  2601.     break;}
  2602. case 152:
  2603. #line 727 "perly.y"
  2604. { yyval.arg = mod_match(O_MATCH,
  2605.                 stab2arg(A_STAB,defstab),
  2606.                 make_split(defstab,yyvsp[-1].arg,Nullarg) ); ;
  2607.     break;}
  2608. case 153:
  2609. #line 731 "perly.y"
  2610. { yyval.arg = make_op(yyvsp[-4].ival, 2,
  2611.                 yyvsp[-2].arg,
  2612.                 listish(make_list(yyvsp[-1].arg)),
  2613.                 Nullarg); ;
  2614.     break;}
  2615. case 154:
  2616. #line 736 "perly.y"
  2617. { yyval.arg = make_op(yyvsp[-3].ival, 1,
  2618.                 make_list(yyvsp[-1].arg),
  2619.                 Nullarg,
  2620.                 Nullarg); ;
  2621.     break;}
  2622. case 155:
  2623. #line 741 "perly.y"
  2624. { yyval.arg = l(make_op(yyvsp[-1].ival, 1, fixl(yyvsp[-1].ival,yyvsp[0].arg),
  2625.                 Nullarg, Nullarg)); ;
  2626.     break;}
  2627. case 156:
  2628. #line 744 "perly.y"
  2629. { yyval.arg = l(make_op(yyvsp[0].ival, 1,
  2630.                 stab2arg(A_STAB,defstab),
  2631.                 Nullarg, Nullarg)); ;
  2632.     break;}
  2633. case 157:
  2634. #line 748 "perly.y"
  2635. { yyval.arg = make_op(yyvsp[0].ival, 0, Nullarg, Nullarg, Nullarg); ;
  2636.     break;}
  2637. case 158:
  2638. #line 750 "perly.y"
  2639. { yyval.arg = make_op(yyvsp[-2].ival, 0, Nullarg, Nullarg, Nullarg); ;
  2640.     break;}
  2641. case 159:
  2642. #line 752 "perly.y"
  2643. { yyval.arg = make_op(yyvsp[-2].ival, 0, Nullarg, Nullarg, Nullarg); ;
  2644.     break;}
  2645. case 160:
  2646. #line 754 "perly.y"
  2647. { yyval.arg = make_op(yyvsp[-3].ival, 1, yyvsp[-1].arg, Nullarg, Nullarg); ;
  2648.     break;}
  2649. case 161:
  2650. #line 756 "perly.y"
  2651. { yyval.arg = make_op(yyvsp[-4].ival, 2, yyvsp[-2].arg, yyvsp[-1].arg, Nullarg);
  2652.                 if (yyvsp[-4].ival == O_INDEX && yyval.arg[2].arg_type == A_SINGLE)
  2653.                 fbmcompile(yyval.arg[2].arg_ptr.arg_str,0); ;
  2654.     break;}
  2655. case 162:
  2656. #line 760 "perly.y"
  2657. { yyval.arg = make_op(yyvsp[-4].ival, 2, yyvsp[-2].arg, yyvsp[-1].arg, Nullarg);
  2658.                 if (yyvsp[-4].ival == O_INDEX && yyval.arg[2].arg_type == A_SINGLE)
  2659.                 fbmcompile(yyval.arg[2].arg_ptr.arg_str,0); ;
  2660.     break;}
  2661. case 163:
  2662. #line 764 "perly.y"
  2663. { yyval.arg = make_op(yyvsp[-5].ival, 3, yyvsp[-3].arg, yyvsp[-2].arg, yyvsp[-1].arg);
  2664.                 if (yyvsp[-5].ival == O_INDEX && yyval.arg[2].arg_type == A_SINGLE)
  2665.                 fbmcompile(yyval.arg[2].arg_ptr.arg_str,0); ;
  2666.     break;}
  2667. case 164:
  2668. #line 768 "perly.y"
  2669. { yyval.arg = make_op(yyvsp[-5].ival, 3, yyvsp[-3].arg, yyvsp[-2].arg, yyvsp[-1].arg); ;
  2670.     break;}
  2671. case 165:
  2672. #line 770 "perly.y"
  2673. { arg4 = yyvsp[-1].arg;
  2674.               yyval.arg = make_op(yyvsp[-6].ival, 4, yyvsp[-4].arg, yyvsp[-3].arg, yyvsp[-2].arg); ;
  2675.     break;}
  2676. case 166:
  2677. #line 773 "perly.y"
  2678. { arg4 = yyvsp[-2].arg; arg5 = yyvsp[-1].arg;
  2679.               yyval.arg = make_op(yyvsp[-7].ival, 5, yyvsp[-5].arg, yyvsp[-4].arg, yyvsp[-3].arg); ;
  2680.     break;}
  2681. case 167:
  2682. #line 776 "perly.y"
  2683. { yyval.arg = make_op(yyvsp[-3].ival, 1,
  2684.                 yyvsp[-1].arg,
  2685.                 Nullarg,
  2686.                 Nullarg); ;
  2687.     break;}
  2688. case 168:
  2689. #line 781 "perly.y"
  2690. { yyval.arg = make_op(yyvsp[-1].ival, 1,
  2691.                 yyvsp[0].arg,
  2692.                 Nullarg,
  2693.                 Nullarg); ;
  2694.     break;}
  2695. case 169:
  2696. #line 786 "perly.y"
  2697. { yyval.arg = make_op(yyvsp[-5].ival, 3, yyvsp[-3].arg, yyvsp[-2].arg, yyvsp[-1].arg); ;
  2698.     break;}
  2699. case 172:
  2700. #line 792 "perly.y"
  2701. { yyval.arg = make_op(yyvsp[0].ival,2,
  2702.                 stab2arg(A_WORD,Nullstab),
  2703.                 stab2arg(A_STAB,defstab),
  2704.                 Nullarg); ;
  2705.     break;}
  2706. case 173:
  2707. #line 797 "perly.y"
  2708. { yyval.arg = make_op(yyvsp[-1].ival,2,
  2709.                 stab2arg(A_WORD,Nullstab),
  2710.                 maybelistish(yyvsp[-1].ival,make_list(yyvsp[0].arg)),
  2711.                 Nullarg); ;
  2712.     break;}
  2713. case 174:
  2714. #line 802 "perly.y"
  2715. { yyval.arg = make_op(yyvsp[-1].ival,2,
  2716.                 stab2arg(A_WORD,stabent(yyvsp[0].cval,TRUE)),
  2717.                 stab2arg(A_STAB,defstab),
  2718.                 Nullarg);
  2719.                 Safefree(yyvsp[0].cval); yyvsp[0].cval = Nullch;
  2720.             ;
  2721.     break;}
  2722. case 175:
  2723. #line 809 "perly.y"
  2724. { yyval.arg = make_op(yyvsp[-2].ival,2,
  2725.                 stab2arg(A_WORD,stabent(yyvsp[-1].cval,TRUE)),
  2726.                 maybelistish(yyvsp[-2].ival,make_list(yyvsp[0].arg)),
  2727.                 Nullarg); Safefree(yyvsp[-1].cval); yyvsp[-1].cval = Nullch; ;
  2728.     break;}
  2729. case 176:
  2730. #line 814 "perly.y"
  2731. { yyval.arg = make_op(yyvsp[-2].ival,2,
  2732.                 stab2arg(A_STAB,yyvsp[-1].stabval),
  2733.                 maybelistish(yyvsp[-2].ival,make_list(yyvsp[0].arg)),
  2734.                 Nullarg); ;
  2735.     break;}
  2736. case 177:
  2737. #line 819 "perly.y"
  2738. { yyval.arg = make_op(yyvsp[-2].ival,2,
  2739.                 cmd_to_arg(yyvsp[-1].cmdval),
  2740.                 maybelistish(yyvsp[-2].ival,make_list(yyvsp[0].arg)),
  2741.                 Nullarg); ;
  2742.     break;}
  2743. case 178:
  2744. #line 826 "perly.y"
  2745. { yyval.arg = stab2arg(A_WORD,stabent(yyvsp[0].cval,TRUE));
  2746.               Safefree(yyvsp[0].cval); yyvsp[0].cval = Nullch;;
  2747.     break;}
  2748. case 180:
  2749. #line 832 "perly.y"
  2750. { yyval.arg = stab2arg(A_WORD,aadd(stabent(yyvsp[0].cval,TRUE)));
  2751.                 Safefree(yyvsp[0].cval); yyvsp[0].cval = Nullch; ;
  2752.     break;}
  2753. case 181:
  2754. #line 835 "perly.y"
  2755. { yyval.arg = stab2arg(A_STAB,yyvsp[0].stabval); ;
  2756.     break;}
  2757. case 182:
  2758. #line 839 "perly.y"
  2759. { yyval.arg = stab2arg(A_WORD,hadd(stabent(yyvsp[0].cval,TRUE)));
  2760.                 Safefree(yyvsp[0].cval); yyvsp[0].cval = Nullch; ;
  2761.     break;}
  2762. case 183:
  2763. #line 842 "perly.y"
  2764. { yyval.arg = stab2arg(A_STAB,yyvsp[0].stabval); ;
  2765.     break;}
  2766. case 184:
  2767. #line 846 "perly.y"
  2768. { yyval.ival = 1; ;
  2769.     break;}
  2770. case 185:
  2771. #line 848 "perly.y"
  2772. { yyval.ival = 0; ;
  2773.     break;}
  2774. case 186:
  2775. #line 857 "perly.y"
  2776. { char *s;
  2777.                 yyval.arg = op_new(1);
  2778.                 yyval.arg->arg_type = O_ITEM;
  2779.                 yyval.arg[1].arg_type = A_SINGLE;
  2780.                 yyval.arg[1].arg_ptr.arg_str = str_make(yyvsp[0].cval,0);
  2781.                 for (s = yyvsp[0].cval; *s && isLOWER(*s); s++) ;
  2782.                 if (dowarn && !*s)
  2783.                 warn(
  2784.                   "\"%s\" may clash with future reserved word",
  2785.                   yyvsp[0].cval );
  2786.                 Safefree(yyvsp[0].cval); yyvsp[0].cval = Nullch;
  2787.             ;
  2788.     break;}
  2789. }
  2790.    /* the action file gets copied in in place of this dollarsign */
  2791. #line 440 "bison.simple"
  2792.  
  2793.   yyvsp -= yylen;
  2794.   yyssp -= yylen;
  2795. #ifdef YYLSP_NEEDED
  2796.   yylsp -= yylen;
  2797. #endif
  2798.  
  2799. #if YYDEBUG != 0
  2800.   if (yydebug)
  2801.     {
  2802.       short *ssp1 = yyss - 1;
  2803.       fprintf (stderr, "state stack now");
  2804.       while (ssp1 != yyssp)
  2805.     fprintf (stderr, " %d", *++ssp1);
  2806.       fprintf (stderr, "\n");
  2807.     }
  2808. #endif
  2809.  
  2810.   *++yyvsp = yyval;
  2811.  
  2812. #ifdef YYLSP_NEEDED
  2813.   yylsp++;
  2814.   if (yylen == 0)
  2815.     {
  2816.       yylsp->first_line = yylloc.first_line;
  2817.       yylsp->first_column = yylloc.first_column;
  2818.       yylsp->last_line = (yylsp-1)->last_line;
  2819.       yylsp->last_column = (yylsp-1)->last_column;
  2820.       yylsp->text = 0;
  2821.     }
  2822.   else
  2823.     {
  2824.       yylsp->last_line = (yylsp+yylen-1)->last_line;
  2825.       yylsp->last_column = (yylsp+yylen-1)->last_column;
  2826.     }
  2827. #endif
  2828.  
  2829.   /* Now "shift" the result of the reduction.
  2830.      Determine what state that goes to,
  2831.      based on the state we popped back to
  2832.      and the rule number reduced by.  */
  2833.  
  2834.   yyn = yyr1[yyn];
  2835.  
  2836.   yystate = yypgoto[yyn - YYNTBASE] + *yyssp;
  2837.   if (yystate >= 0 && yystate <= YYLAST && yycheck[yystate] == *yyssp)
  2838.     yystate = yytable[yystate];
  2839.   else
  2840.     yystate = yydefgoto[yyn - YYNTBASE];
  2841.  
  2842.   goto yynewstate;
  2843.  
  2844. yyerrlab:   /* here on detecting error */
  2845.  
  2846.   if (! yyerrstatus)
  2847.     /* If not already recovering from an error, report this error.  */
  2848.     {
  2849.       ++yynerrs;
  2850.  
  2851. #ifdef YYERROR_VERBOSE
  2852.       yyn = yypact[yystate];
  2853.  
  2854.       if (yyn > YYFLAG && yyn < YYLAST)
  2855.     {
  2856.       int size = 0;
  2857.       char *msg;
  2858.       int x, count;
  2859.  
  2860.       count = 0;
  2861.       for (x = 0; x < (sizeof(yytname) / sizeof(char *)); x++)
  2862.         if (yycheck[x + yyn] == x)
  2863.           size += strlen(yytname[x]) + 15, count++;
  2864.       msg = (char *) xmalloc(size + 15);
  2865.       strcpy(msg, "parse error");
  2866.  
  2867.       if (count < 5)
  2868.         {
  2869.           count = 0;
  2870.           for (x = 0; x < (sizeof(yytname) / sizeof(char *)); x++)
  2871.         if (yycheck[x + yyn] == x)
  2872.           {
  2873.             strcat(msg, count == 0 ? ", expecting `" : " or `");
  2874.             strcat(msg, yytname[x]);
  2875.             strcat(msg, "'");
  2876.             count++;
  2877.           }
  2878.         }
  2879.       yyerror(msg);
  2880.       free(msg);
  2881.     }
  2882.       else
  2883. #endif /* YYERROR_VERBOSE */
  2884.     yyerror("parse error");
  2885.     }
  2886.  
  2887. yyerrlab1:   /* here on error raised explicitly by an action */
  2888.  
  2889.   if (yyerrstatus == 3)
  2890.     {
  2891.       /* if just tried and failed to reuse lookahead token after an error, discard it.  */
  2892.  
  2893.       /* return failure if at end of input */
  2894.       if (yychar == YYEOF)
  2895.     YYABORT;
  2896.  
  2897. #if YYDEBUG != 0
  2898.       if (yydebug)
  2899.     fprintf(stderr, "Discarding token %d (%s).\n", yychar, yytname[yychar1]);
  2900. #endif
  2901.  
  2902.       yychar = YYEMPTY;
  2903.     }
  2904.  
  2905.   /* Else will try to reuse lookahead token
  2906.      after shifting the error token.  */
  2907.  
  2908.   yyerrstatus = 3;        /* Each real token shifted decrements this */
  2909.  
  2910.   goto yyerrhandle;
  2911.  
  2912. yyerrdefault:  /* current state does not do anything special for the error token. */
  2913.  
  2914. #if 0
  2915.   /* This is wrong; only states that explicitly want error tokens
  2916.      should shift them.  */
  2917.   yyn = yydefact[yystate];  /* If its default is to accept any token, ok.  Otherwise pop it.*/
  2918.   if (yyn) goto yydefault;
  2919. #endif
  2920.  
  2921. yyerrpop:   /* pop the current state because it cannot handle the error token */
  2922.  
  2923.   if (yyssp == yyss) YYABORT;
  2924.   yyvsp--;
  2925.   yystate = *--yyssp;
  2926. #ifdef YYLSP_NEEDED
  2927.   yylsp--;
  2928. #endif
  2929.  
  2930. #if YYDEBUG != 0
  2931.   if (yydebug)
  2932.     {
  2933.       short *ssp1 = yyss - 1;
  2934.       fprintf (stderr, "Error: state stack now");
  2935.       while (ssp1 != yyssp)
  2936.     fprintf (stderr, " %d", *++ssp1);
  2937.       fprintf (stderr, "\n");
  2938.     }
  2939. #endif
  2940.  
  2941. yyerrhandle:
  2942.  
  2943.   yyn = yypact[yystate];
  2944.   if (yyn == YYFLAG)
  2945.     goto yyerrdefault;
  2946.  
  2947.   yyn += YYTERROR;
  2948.   if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != YYTERROR)
  2949.     goto yyerrdefault;
  2950.  
  2951.   yyn = yytable[yyn];
  2952.   if (yyn < 0)
  2953.     {
  2954.       if (yyn == YYFLAG)
  2955.     goto yyerrpop;
  2956.       yyn = -yyn;
  2957.       goto yyreduce;
  2958.     }
  2959.   else if (yyn == 0)
  2960.     goto yyerrpop;
  2961.  
  2962.   if (yyn == YYFINAL)
  2963.     YYACCEPT;
  2964.  
  2965. #if YYDEBUG != 0
  2966.   if (yydebug)
  2967.     fprintf(stderr, "Shifting error token, ");
  2968. #endif
  2969.  
  2970.   *++yyvsp = yylval;
  2971. #ifdef YYLSP_NEEDED
  2972.   *++yylsp = yylloc;
  2973. #endif
  2974.  
  2975.   yystate = yyn;
  2976.   goto yynewstate;
  2977. }
  2978. #line 870 "perly.y"
  2979.  /* PROGRAM */
  2980.